| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 1226fe59289d6e28710fb8d3865e3e53bc5a6f20..3926743dc4af7429c3bff1a4afb03ae0a5626df0 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -57,6 +57,15 @@ const char kStatsFilename[] = "ChromeStats2";
|
| const wchar_t kBrowserAppName[] = L"Chromium";
|
| const char kStatsFilename[] = "ChromiumStats2";
|
| #endif
|
| +
|
| +#if defined(OS_WIN)
|
| +#if defined(GOOGLE_CHROME_BUILD)
|
| +const wchar_t kBrowserAppId[] = L"Chrome";
|
| +#else
|
| +const wchar_t kBrowserAppId[] = L"Chromium";
|
| +#endif
|
| +#endif // defined(OS_WIN)
|
| +
|
| const wchar_t kMessageWindowClass[] = L"Chrome_MessageWindow";
|
| const wchar_t kCrashReportLog[] = L"Reported Crashes.txt";
|
| const wchar_t kTestingInterfaceDLL[] = L"testing_interface.dll";
|
|
|