From a24642a800c1712eeaa791f0fb0ed1527885c6fb Mon Sep 17 00:00:00 2001 From: "atwilson@google.com" Date: Wed, 24 Mar 2010 21:29:05 +0000 Subject: Implement status icons on windows. Refactor existing status icon code to allow platform-specific StatusTray implementation to track common state for all status icons. BUG=37375 TEST=new unit tests Review URL: http://codereview.chromium.org/1136005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42538 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/chrome_constants.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/common/chrome_constants.cc') 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"; -- cgit v1.1