Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index 53a35ebafa78c8bb175a6c266d85263ff58228b7..01c9b991022130714f79901ede9701f1bb002db7 100644 |
--- a/chrome/common/chrome_constants.cc |
+++ b/chrome/common/chrome_constants.cc |
@@ -242,8 +242,6 @@ const int kHighestRendererOomScore = 1000; |
#endif |
#if defined(OS_WIN) |
-// This is used by chrome in Windows 8 metro mode. |
-const wchar_t kMetroChromeUserDataSubDir[] = L"Metro"; |
const wchar_t kMetroNavigationAndSearchMessage[] = |
L"CHROME_METRO_NAV_SEARCH_REQUEST"; |
const wchar_t kMetroGetCurrentTabInfoMessage[] = |