| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 14b833829d585e7abaf6704c92d9162487f95c2a..66482f1e2254e991658e4dc10955cb7afde4d152 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -133,8 +133,6 @@ const char* const kHelperFlavorSuffixes[] = {
|
| };
|
| #endif // OS_MACOSX
|
|
|
| -const wchar_t kNaClAppName[] = L"nacl64";
|
| -
|
| #if defined(OS_WIN)
|
| const base::FilePath::CharType kMetroDriverDll[] = FPL("metro_driver.dll");
|
| const wchar_t kStatusTrayWindowClass[] = L"Chrome_StatusTrayWindow";
|
|
|