diff options
Diffstat (limited to 'chrome/common/chrome_constants.h')
-rw-r--r-- | chrome/common/chrome_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h index 946767f..4473f32 100644 --- a/chrome/common/chrome_constants.h +++ b/chrome/common/chrome_constants.h @@ -21,6 +21,9 @@ extern const FilePath::CharType kHelperProcessExecutablePath[]; extern const FilePath::CharType kFrameworkName[]; #endif extern const wchar_t kBrowserAppName[]; +#if defined(OS_WIN) +extern const wchar_t kBrowserAppID[]; +#endif // defined(OS_WIN) extern const wchar_t kMessageWindowClass[]; extern const wchar_t kCrashReportLog[]; extern const wchar_t kTestingInterfaceDLL[]; |