| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 66482f1e2254e991658e4dc10955cb7afde4d152..a5dda1457895182c3418e944a9e2162873220c46 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -138,7 +138,6 @@ const base::FilePath::CharType kMetroDriverDll[] = FPL("metro_driver.dll");
|
| const wchar_t kStatusTrayWindowClass[] = L"Chrome_StatusTrayWindow";
|
| #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";
|
| const char kInitialProfile[] = "Default";
|
|
|