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

Unified Diff: chrome/browser/search_engines/template_url_service.h

Issue 296053007: Don't report origin changes during loading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix formatting. Created 6 years, 7 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/search_engines/template_url_service.h
diff --git a/chrome/browser/search_engines/template_url_service.h b/chrome/browser/search_engines/template_url_service.h
index e130eab8651514ee9955d81ec16c9b8dd30d383d..9cd364e5197faa3aef8b0e29fc3869a676735d09 100644
--- a/chrome/browser/search_engines/template_url_service.h
+++ b/chrome/browser/search_engines/template_url_service.h
@@ -463,6 +463,9 @@ class TemplateURLService : public WebDataServiceConsumer,
// in the known engine set, and with no previous value in prefs. The
// typical time to see this is during first run.
DSP_CHANGE_NEW_ENGINE_NO_PREFS,
Peter Kasting 2014/05/21 19:38:41 This value no longer seems to be in use. Maybe it
erikwright (departed) 2014/05/21 20:38:48 Several of the values are unused now. I can remove
Peter Kasting 2014/05/21 20:45:13 That still seems preferable. OK to do it separate
+ // The DSP value is being applied while loading preferences from disk. This
+ // is not actually a change (we don't report this).
+ DSP_CHANGE_INITIAL_LOAD,
// Boundary value.
DSP_CHANGE_MAX,
};

Powered by Google App Engine
This is Rietveld 408576698