Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index a48b5cc4d330b54c317935e7ceb5c4302a3fe0f1..3a868c0a0393c2a5e8b4d71af9bcfbe8a999065f 100644 |
--- a/chrome/common/chrome_constants.cc |
+++ b/chrome/common/chrome_constants.cc |
@@ -2,8 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "build/build_config.h" |
#include "chrome/common/chrome_constants.h" |
+ |
+#include "build/build_config.h" |
#include "chrome/common/chrome_version.h" |
#define FPL FILE_PATH_LITERAL |
@@ -203,14 +204,6 @@ const wchar_t kMetroNavigationAndSearchMessage[] = |
L"CHROME_METRO_NAV_SEARCH_REQUEST"; |
const wchar_t kMetroGetCurrentTabInfoMessage[] = |
L"CHROME_METRO_GET_CURRENT_TAB_INFO"; |
-// This is used by breakpad and the metrics reporting. |
-const wchar_t kBrowserCrashDumpAttemptsRegistryPath[] = |
- L"Software\\" PRODUCT_STRING_PATH L"\\BrowserCrashDumpAttempts"; |
-const wchar_t kBrowserCrashDumpAttemptsRegistryPathSxS[] = |
- L"Software\\" PRODUCT_STRING_PATH L"\\BrowserCrashDumpAttemptsSxS"; |
-// This is used by browser exit code metrics reporting. |
-const wchar_t kBrowserExitCodesRegistryPath[] = |
- L"Software\\" PRODUCT_STRING_PATH L"\\BrowserExitCodes"; |
#endif |
#if defined(OS_CHROMEOS) |