| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 3500fb8d264afa743c27a1c06669872e7058b168..496a05cb445f497348d0785a1c88fbe3eb79c94b 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -109,6 +109,7 @@ const wchar_t kBrowserAppName[] = L"Chromium";
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
| +const FilePath::CharType kMetroDriverDll[] = FPL("metro_driver.dll");
|
| const wchar_t kStatusTrayWindowClass[] = L"Chrome_StatusTrayWindow";
|
| #endif // defined(OS_WIN)
|
|
|
|
|