| Index: chrome/browser/instant/instant_loader.cc
|
| diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc
|
| index 460f34357a2588fc3f633f54fa76428f496d9b70..402e8d2ec702a063dda1c574da9dcff830179618 100644
|
| --- a/chrome/browser/instant/instant_loader.cc
|
| +++ b/chrome/browser/instant/instant_loader.cc
|
| @@ -1159,7 +1159,7 @@ void InstantLoader::LoadInstantURL(const TemplateURL* template_url,
|
| // correctly.
|
| // TODO(sky): having to use a replaceable url is a bit of a hack here.
|
| GURL instant_url(template_url->instant_url_ref().ReplaceSearchTerms(
|
| - string16(), TemplateURLRef::NO_SUGGESTIONS_AVAILABLE, string16()));
|
| + TemplateURLRef::SearchTermsArgs(string16())));
|
| CommandLine* cl = CommandLine::ForCurrentProcess();
|
| if (cl->HasSwitch(switches::kInstantURL))
|
| instant_url = GURL(cl->GetSwitchValueASCII(switches::kInstantURL));
|
|
|