| Index: chrome/browser/instant/instant_loader.cc
|
| diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc
|
| index 9cd55d3a5dfcc19be658c623a785a2cc405c300a..50ea068c2e6ad08c4a5ae4d79280f0d0fe5d656c 100644
|
| --- a/chrome/browser/instant/instant_loader.cc
|
| +++ b/chrome/browser/instant/instant_loader.cc
|
| @@ -1136,7 +1136,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()));
|
| + SearchTermsArgs(string16())));
|
| CommandLine* cl = CommandLine::ForCurrentProcess();
|
| if (cl->HasSwitch(switches::kInstantURL))
|
| instant_url = GURL(cl->GetSwitchValueASCII(switches::kInstantURL));
|
|
|