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

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

Issue 8430027: Added histogram on successful check. Safe verification (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/protector/protector.h » ('j') | chrome/browser/protector/protector.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/protector/histograms.h
diff --git a/chrome/browser/protector/histograms.h b/chrome/browser/protector/histograms.h
index 71b5e68405ed8c1a472be19611b3c60d7a7c5e83..cb5638e34afdc9365301e1c03ea3e8b28fc8434e 100644
--- a/chrome/browser/protector/histograms.h
+++ b/chrome/browser/protector/histograms.h
@@ -16,6 +16,7 @@ extern const char kProtectorHistogramDefaultSearchProvider[];
enum ProtectorError {
kProtectorErrorBackupInvalid,
kProtectorErrorValueChanged,
+ kProtectorErrorNoError,
Ivan Korotkov 2011/11/01 14:18:39 Maybe call it kProtectorNoError? Because ErrorNoEr
// This is for convenience only, must always be the last.
kProtectorErrorCount
« no previous file with comments | « no previous file | chrome/browser/protector/protector.h » ('j') | chrome/browser/protector/protector.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698