summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines
diff options
context:
space:
mode:
authorsail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-07 01:40:55 +0000
committersail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-07 01:40:55 +0000
commitf7c0266e3999241b233abc2ce3efcc74f6ca305b (patch)
tree26c0f8e3e74455747a1bc3c12c9cdedde2d8ce27 /chrome/browser/search_engines
parente03803750e80ff5b128718bdfb2bc45d9c6bde1a (diff)
downloadchromium_src-f7c0266e3999241b233abc2ce3efcc74f6ca305b.zip
chromium_src-f7c0266e3999241b233abc2ce3efcc74f6ca305b.tar.gz
chromium_src-f7c0266e3999241b233abc2ce3efcc74f6ca305b.tar.bz2
Disable protector on windows
BUG=102765 TEST= TBR=ivankr@chromium.org Review URL: http://codereview.chromium.org/8491001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108826 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/search_engines')
-rw-r--r--chrome/browser/search_engines/template_url_service.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/search_engines/template_url_service.cc b/chrome/browser/search_engines/template_url_service.cc
index 69a31b2..bcd82b1 100644
--- a/chrome/browser/search_engines/template_url_service.cc
+++ b/chrome/browser/search_engines/template_url_service.cc
@@ -526,9 +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
+ // TODO(sail): Re-enable the protector once various
// crashes and UI issues are fixed. See http://crbug.com/102765
-#if defined(OS_WIN)
+#if 0
// Check if the default search provider has been changed and notify
// Protector instance about it. Don't check if the default search is
// managed.