Index: chrome/browser/search_engines/template_url.cc |
=================================================================== |
--- chrome/browser/search_engines/template_url.cc (revision 98532) |
+++ chrome/browser/search_engines/template_url.cc (working copy) |
@@ -421,6 +421,7 @@ |
} |
case GOOGLE_SEARCH_FIELDTRIAL_GROUP: { |
+#if 0 // Disable until a decision is made about what parameter to use. |
static bool use_suggest_prefix = |
base::FieldTrialList::TrialExists("SuggestHostPrefix"); |
if (use_suggest_prefix) { |
@@ -428,6 +429,7 @@ |
"SuggestHostPrefix") == "Www_Prefix"); |
url.insert(i->index, used_www ? "cx=w&" : "cx=c&"); |
} |
+#endif // 0 |
break; |
} |