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
|
@ -83,8 +83,10 @@ class Browser : public WindowListObserver {
|
|||
// Clear the recent documents list.
|
||||
void ClearRecentDocuments();
|
||||
|
||||
#if defined(OS_WIN)
|
||||
// Set the application user model ID.
|
||||
void SetAppUserModelID(const std::wstring& name);
|
||||
#endif
|
||||
|
||||
// Remove the default protocol handler registry key
|
||||
bool RemoveAsDefaultProtocolClient(const std::string& protocol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue