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

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

Issue 10065016: [protector] Refactoring of --no-protector code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 8 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/browser/protector/histograms.h
diff --git a/chrome/browser/protector/histograms.h b/chrome/browser/protector/histograms.h
index fe46cfa7eaf6cdfc4acb0823986787b01c1980c2..7ffc50c07972f56769205bc316433685541694c7 100644
--- a/chrome/browser/protector/histograms.h
+++ b/chrome/browser/protector/histograms.h
@@ -23,6 +23,7 @@ enum ProtectorError {
kProtectorErrorValueChanged,
kProtectorErrorValueValid,
kProtectorErrorValueValidZero,
+ kProtectorErrorForcedUpdate,
// This is for convenience only, must always be the last.
kProtectorErrorCount
@@ -55,7 +56,7 @@ extern const char kProtectorHistogramStartupSettingsApplied[];
// Histogram name to report the new startup settings when the backup is
// valid and a change is detected.
extern const char kProtectorHistogramStartupSettingsChanged[];
-// Histogram name to report when keeps previous startup settings.
+// Histogram name to report when user keeps previous startup settings.
extern const char kProtectorHistogramStartupSettingsDiscarded[];
// Histogram name to report when user ignores startup settings change.
extern const char kProtectorHistogramStartupSettingsTimeout[];
« no previous file with comments | « chrome/browser/protector/default_search_provider_change.cc ('k') | chrome/browser/protector/mock_setting_change.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698