| Index: chrome/common/chrome_constants.cc
|
| ===================================================================
|
| --- chrome/common/chrome_constants.cc (revision 180775)
|
| +++ chrome/common/chrome_constants.cc (working copy)
|
| @@ -126,11 +126,6 @@
|
| #endif // OS_MACOSX
|
|
|
| const wchar_t kNaClAppName[] = L"nacl64";
|
| -#if defined(GOOGLE_CHROME_BUILD)
|
| -const wchar_t kBrowserAppName[] = L"Chrome";
|
| -#else
|
| -const wchar_t kBrowserAppName[] = L"Chromium";
|
| -#endif
|
|
|
| #if defined(OS_WIN)
|
| const FilePath::CharType kMetroDriverDll[] = FPL("metro_driver.dll");
|
|
|