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

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

Issue 9688002: [protector] Added SessionStartupChange for representing changes in SessionStartupPref. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments. 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
« no previous file with comments | « chrome/browser/protector/histograms.h ('k') | chrome/browser/protector/session_startup_change.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/protector/histograms.cc
diff --git a/chrome/browser/protector/histograms.cc b/chrome/browser/protector/histograms.cc
index d140de22384dd484863629cee4464152491eac2b..1b5c3e23e16cfb5a6bc1ced279f768a8b7bb72de 100644
--- a/chrome/browser/protector/histograms.cc
+++ b/chrome/browser/protector/histograms.cc
@@ -31,6 +31,15 @@ const char kProtectorHistogramSearchProviderRestored[] =
const char kProtectorHistogramSearchProviderTimeout[] =
"Protector.SearchProvider.Timeout";
+const char kProtectorHistogramStartupSettingsApplied[] =
+ "Protector.StartupSettings.Applied";
+const char kProtectorHistogramStartupSettingsChanged[] =
+ "Protector.StartupSettings.Changed";
+const char kProtectorHistogramStartupSettingsDiscarded[] =
+ "Protector.StartupSettings.Discarded";
+const char kProtectorHistogramStartupSettingsTimeout[] =
+ "Protector.StartupSettings.Timeout";
+
const int kProtectorMaxSearchProviderID = SEARCH_ENGINE_MAX;
int GetSearchProviderHistogramID(const TemplateURL* turl) {
« no previous file with comments | « chrome/browser/protector/histograms.h ('k') | chrome/browser/protector/session_startup_change.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698