Index: chrome/common/metrics_constants_util_win.h |
diff --git a/chrome/common/metrics_constants_util_win.h b/chrome/common/metrics_constants_util_win.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ab545619af10a0594ff66da2baec10402e4d71fa |
--- /dev/null |
+++ b/chrome/common/metrics_constants_util_win.h |
@@ -0,0 +1,24 @@ |
+// Copyright 2016 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+// A handful of resource-like constants related to the Chrome application. |
+ |
+#ifndef CHROME_COMMON_METRICS_CONSTANTS_UTIL_WIN_H_ |
+#define CHROME_COMMON_METRICS_CONSTANTS_UTIL_WIN_H_ |
+ |
+#include "base/strings/string16.h" |
+ |
+namespace chrome { |
+ |
+// Returns the registry path where crash dump attempts are stored for this |
+// product. This is used by metrics and crash reporting. |
+base::string16 GetBrowserCrashDumpAttemptsRegistryPath(); |
+ |
+// Returns the registry path where exit code are stored for this product. This |
+// is used by browser exit code metrics reporting. |
+base::string16 GetBrowserExitCodesRegistryPath(); |
+ |
+} // namespace chrome |
+ |
+#endif // CHROME_COMMON_METRICS_CONSTANTS_UTIL_WIN_H_ |