| Index: chrome/common/chrome_constants.h
 | 
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
 | 
| index 5780d1ab820dc1263a23c205e34d5b5c94a754c5..aa19c4b5f38e2a1937f3ec3861e56ee1d67067d3 100644
 | 
| --- a/chrome/common/chrome_constants.h
 | 
| +++ b/chrome/common/chrome_constants.h
 | 
| @@ -32,7 +32,7 @@ extern const base::FilePath::CharType kFrameworkName[];
 | 
|  #endif  // OS_MACOSX
 | 
|  #if defined(OS_WIN)
 | 
|  extern const base::FilePath::CharType kBrowserResourcesDll[];
 | 
| -extern const base::FilePath::CharType kMetroDriverDll[];
 | 
| +extern const base::FilePath::CharType kChromeElfDllName[];
 | 
|  extern const base::FilePath::CharType kStatusTrayWindowClass[];
 | 
|  #endif  // defined(OS_WIN)
 | 
|  
 | 
| @@ -98,13 +98,6 @@ extern const int kLowestRendererOomScore;
 | 
|  extern const int kHighestRendererOomScore;
 | 
|  #endif
 | 
|  
 | 
| -#if defined(OS_WIN)
 | 
| -// Used by Metro Chrome to initiate navigation and search requests.
 | 
| -extern const wchar_t kMetroNavigationAndSearchMessage[];
 | 
| -// Used by Metro Chrome to get information about the current tab.
 | 
| -extern const wchar_t kMetroGetCurrentTabInfoMessage[];
 | 
| -#endif
 | 
| -
 | 
|  #if defined(OS_CHROMEOS)
 | 
|  // Chrome OS profile directories have custom prefix.
 | 
|  // Profile path format: [user_data_dir]/u-[$hash]
 | 
| 
 |