chore: Browser::SetAppUserModelID is Windows only (#28909)
This commit is contained in:
parent
b0167b269a
commit
0f898b2260
3 changed files with 2 additions and 4 deletions
|
@ -218,8 +218,6 @@ std::u16string Browser::GetApplicationNameForProtocol(const GURL& url) {
|
|||
return app_display_name;
|
||||
}
|
||||
|
||||
void Browser::SetAppUserModelID(const std::wstring& name) {}
|
||||
|
||||
bool Browser::SetBadgeCount(base::Optional<int> count) {
|
||||
DockSetBadgeText(!count.has_value() || count.value() != 0
|
||||
? badging::BadgeManager::GetBadgeString(count)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue