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

Unified Diff: trunk/src/chrome/browser/search_engines/template_url_service_factory.cc

Issue 259093003: Revert 266615 "Store default search provider data in dictionary ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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: trunk/src/chrome/browser/search_engines/template_url_service_factory.cc
===================================================================
--- trunk/src/chrome/browser/search_engines/template_url_service_factory.cc (revision 266631)
+++ trunk/src/chrome/browser/search_engines/template_url_service_factory.cc (working copy)
@@ -10,7 +10,6 @@
#include "chrome/browser/google/google_url_tracker_factory.h"
#include "chrome/browser/history/history_service_factory.h"
#include "chrome/browser/profiles/incognito_helpers.h"
-#include "chrome/browser/search_engines/default_search_manager.h"
#include "chrome/browser/search_engines/template_url_service.h"
#include "chrome/browser/webdata/web_data_service_factory.h"
#include "chrome/common/pref_names.h"
@@ -52,7 +51,6 @@
void TemplateURLServiceFactory::RegisterProfilePrefs(
user_prefs::PrefRegistrySyncable* registry) {
- DefaultSearchManager::RegisterProfilePrefs(registry);
registry->RegisterStringPref(prefs::kSyncedDefaultSearchProviderGUID,
std::string(),
user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
« no previous file with comments | « trunk/src/chrome/browser/search_engines/template_url_service.cc ('k') | trunk/src/chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698