| Index: chrome/browser/search_engines/template_url_service.cc
|
| diff --git a/chrome/browser/search_engines/template_url_service.cc b/chrome/browser/search_engines/template_url_service.cc
|
| index 4a0f6580c301c2aa7ba561244412f5d62295dc3b..0e39ab216064bcadde4fa72961a40b7ed8667f1d 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.
|
|
|