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

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: Fixed signing, added counters 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/histograms.cc » ('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..e00b814d17f57fd5167c83eb4b792a127259c6a3 100644
--- a/chrome/browser/protector/histograms.h
+++ b/chrome/browser/protector/histograms.h
@@ -12,10 +12,15 @@ namespace protector {
// provider.
extern const char kProtectorHistogramDefaultSearchProvider[];
+extern const char kProtectorBackupInvalidCounter[];
+extern const char kProtectorValueChangedCounter[];
+extern const char kProtectorValueValidCounter[];
+
// Protector histogram values.
enum ProtectorError {
kProtectorErrorBackupInvalid,
kProtectorErrorValueChanged,
+ kProtectorErrorValueValid,
// This is for convenience only, must always be the last.
kProtectorErrorCount
« no previous file with comments | « no previous file | chrome/browser/protector/histograms.cc » ('j') | chrome/browser/protector/protector.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698