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

Unified Diff: components/search_engines/template_url_service.h

Issue 2479113002: Make extensions DSE persistent in browser prefs (Closed)
Patch Set: Added DSE tests Created 4 years, 1 month 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: components/search_engines/template_url_service.h
diff --git a/components/search_engines/template_url_service.h b/components/search_engines/template_url_service.h
index 801ca6364295522dc093aff93e476256ab2f7a01..d1b3dd7d6b7f317997def7e3f952bd2d22f7fa95 100644
--- a/components/search_engines/template_url_service.h
+++ b/components/search_engines/template_url_service.h
@@ -696,13 +696,6 @@ class TemplateURLService : public WebDataServiceConsumer,
TemplateURL* FindMatchingExtensionTemplateURL(const TemplateURLData& data,
TemplateURL::Type type);
- // Finds the most recently-installed NORMAL_CONTROLLED_BY_EXTENSION engine
- // that supports replacement and wants to be default, if any. Notifies the
- // DefaultSearchManager, which might change the effective default search
- // engine.
- void UpdateExtensionDefaultSearchEngine();
-
-
// ---------- Browser state related members ---------------------------------
PrefService* prefs_;

Powered by Google App Engine
This is Rietveld 408576698