diff options
Diffstat (limited to 'chrome/common/chrome_constants.cc')
-rw-r--r-- | chrome/common/chrome_constants.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc index e88c835..38cf59e 100644 --- a/chrome/common/chrome_constants.cc +++ b/chrome/common/chrome_constants.cc @@ -67,6 +67,7 @@ const wchar_t kBrowserAppID[] = L"Chrome"; #else const wchar_t kBrowserAppID[] = L"Chromium"; #endif +const wchar_t kStatusTrayWindowClass[] = L"Chrome_StatusTrayWindow"; #endif // defined(OS_WIN) const wchar_t kMessageWindowClass[] = L"Chrome_MessageWindow"; |