mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
SetAppUserModelID -> wstring
This commit is contained in:
@@ -218,7 +218,7 @@ std::u16string Browser::GetApplicationNameForProtocol(const GURL& url) {
|
||||
return app_display_name;
|
||||
}
|
||||
|
||||
void Browser::SetAppUserModelID(const std::u16string& name) {}
|
||||
void Browser::SetAppUserModelID(const std::wstring& name) {}
|
||||
|
||||
bool Browser::SetBadgeCount(base::Optional<int> count) {
|
||||
DockSetBadgeText(!count.has_value() || count.value() != 0
|
||||
|
||||
Reference in New Issue
Block a user