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

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

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
Index: chrome/browser/protector/histograms.cc
diff --git a/chrome/browser/protector/histograms.cc b/chrome/browser/protector/histograms.cc
index 558e26b26ac58e8d6495206ad0bce4f199d873df..d18d0276e8c1309dfa0ab75fcb0a83394519fdda 100644
--- a/chrome/browser/protector/histograms.cc
+++ b/chrome/browser/protector/histograms.cc
@@ -9,4 +9,9 @@ namespace protector {
const char kProtectorHistogramDefaultSearchProvider[] =
"Protector.DefaultSearchProvider";
+const char kProtectorBackupInvalidCounter[] =
+ "Protector.BackupInvalidCounter";
+const char kProtectorValueChangedCounter[] = "Protector.ValueChangedCounter";
+const char kProtectorValueValidCounter[] = "Protector.ValueValidCounter";
+
} // namespace protector

Powered by Google App Engine
This is Rietveld 408576698