Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8377)

Unified Diff: chrome/common/metrics_constants_util_win.cc

Issue 1922473003: Scrub the vestigal breakpad crash dump attempts metrics code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Greg's comments. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/metrics_constants_util_win.cc
diff --git a/chrome/common/metrics_constants_util_win.cc b/chrome/common/metrics_constants_util_win.cc
index 21538d0c078b64cdcb6562ce42512f744b0e9da3..165e0a4d0ffe0adac7992ab8bba190cfdaa4928d 100644
--- a/chrome/common/metrics_constants_util_win.cc
+++ b/chrome/common/metrics_constants_util_win.cc
@@ -27,10 +27,6 @@ base::string16 GetSuffixedRegistryPath(const wchar_t* suffix) {
namespace chrome {
-base::string16 GetBrowserCrashDumpAttemptsRegistryPath() {
- return GetSuffixedRegistryPath(L"\\BrowserCrashDumpAttempts");
-}
-
base::string16 GetBrowserExitCodesRegistryPath() {
return GetSuffixedRegistryPath(L"\\BrowserExitCodes");
}
« no previous file with comments | « chrome/common/metrics_constants_util_win.h ('k') | chrome/installer/setup/installer_crash_reporter_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698