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

Side by Side Diff: chrome/common/metrics_constants_util_win.h

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, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // A handful of resource-like constants related to the Chrome application. 5 // A handful of resource-like constants related to the Chrome application.
6 6
7 #ifndef CHROME_COMMON_METRICS_CONSTANTS_UTIL_WIN_H_ 7 #ifndef CHROME_COMMON_METRICS_CONSTANTS_UTIL_WIN_H_
8 #define CHROME_COMMON_METRICS_CONSTANTS_UTIL_WIN_H_ 8 #define CHROME_COMMON_METRICS_CONSTANTS_UTIL_WIN_H_
9 9
10 #include "base/strings/string16.h" 10 #include "base/strings/string16.h"
11 11
12 namespace chrome { 12 namespace chrome {
13 13
14 // Returns the registry path where crash dump attempts are stored for this
15 // product. This is used by metrics and crash reporting.
16 base::string16 GetBrowserCrashDumpAttemptsRegistryPath();
17
18 // Returns the registry path where exit code are stored for this product. This 14 // Returns the registry path where exit code are stored for this product. This
19 // is used by browser exit code metrics reporting. 15 // is used by browser exit code metrics reporting.
20 base::string16 GetBrowserExitCodesRegistryPath(); 16 base::string16 GetBrowserExitCodesRegistryPath();
21 17
22 } // namespace chrome 18 } // namespace chrome
23 19
24 #endif // CHROME_COMMON_METRICS_CONSTANTS_UTIL_WIN_H_ 20 #endif // CHROME_COMMON_METRICS_CONSTANTS_UTIL_WIN_H_
OLDNEW
« no previous file with comments | « chrome/browser/metrics/chrome_stability_metrics_provider.cc ('k') | chrome/common/metrics_constants_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698