more windows build fix
This commit is contained in:
parent
5b598037bb
commit
61cf1abd4d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ std::string GetApplicationUserAgent();
|
||||||
#if defined(OS_WIN)
|
#if defined(OS_WIN)
|
||||||
PCWSTR GetRawAppUserModelID();
|
PCWSTR GetRawAppUserModelID();
|
||||||
bool GetAppUserModelID(ScopedHString* app_id);
|
bool GetAppUserModelID(ScopedHString* app_id);
|
||||||
void SetAppUserModelID(const std::u16string& name);
|
void SetAppUserModelID(const std::wstring& name);
|
||||||
bool IsRunningInDesktopBridge();
|
bool IsRunningInDesktopBridge();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue