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

Unified Diff: chrome/browser/protector/histograms.h

Issue 9620010: Added Protector backup for Preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments, removed blacklist from extension ID list, added unittest. Created 8 years, 9 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/browser/protector/histograms.h
diff --git a/chrome/browser/protector/histograms.h b/chrome/browser/protector/histograms.h
index 09cc7c49c9da4a21b2197ae0c07af03715da664a..c8c9aaa97858f37225110990d51fb62223006b67 100644
--- a/chrome/browser/protector/histograms.h
+++ b/chrome/browser/protector/histograms.h
@@ -14,6 +14,9 @@ namespace protector {
// provider. Values are below.
extern const char kProtectorHistogramDefaultSearchProvider[];
+// Histogram name to report protection errors for preferences. Values are below.
+extern const char kProtectorHistogramPrefs[];
+
// Protector histogram values.
enum ProtectorError {
kProtectorErrorBackupInvalid,

Powered by Google App Engine
This is Rietveld 408576698