SetAppUserModelID -> wstring

This commit is contained in:
Jeremy Rose 2021-03-24 10:22:04 -07:00
parent 39e3576c48
commit 83d93bcbdc
4 changed files with 4 additions and 4 deletions

View file

@ -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