| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 69dbbe9c3893056dd4ff0d5780f0ac325f5af55e..6884a7d43ea54de41e6169791db52d83405c03d8 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
|
| @@ -207,14 +208,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)
|
|
|