summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/search_engines/template_url_service.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/search_engines/template_url_service.cc b/chrome/browser/search_engines/template_url_service.cc
index 96fec74..4a0f658 100644
--- a/chrome/browser/search_engines/template_url_service.cc
+++ b/chrome/browser/search_engines/template_url_service.cc
@@ -526,6 +526,9 @@ void TemplateURLService::OnWebDataServiceRequestDone(
LoadDefaultSearchProviderFromPrefs(&default_from_prefs,
&is_default_search_managed_);
+ // TODO(sail): Re-enable the protector on Mac and Linux once various
+ // crashes and UI issues are fixed. See http://crbug.com/102765
+#if defined(OS_WIN)
// Check if the default search provider has been changed and notify
// Protector instance about it. Don't check if the default search is
// managed.
@@ -541,6 +544,7 @@ void TemplateURLService::OnWebDataServiceRequestDone(
default_search_provider,
backup_default_search_provider));
}
+#endif
// Remove entries that were created because of policy as they may have
// changed since the database was saved.