| Index: chrome/browser/search_engines/template_url_model.cc
|
| ===================================================================
|
| --- chrome/browser/search_engines/template_url_model.cc (revision 19705)
|
| +++ chrome/browser/search_engines/template_url_model.cc (working copy)
|
| @@ -954,7 +954,7 @@
|
| // autocompleted even if the user doesn't type the url in directly.
|
| history->AddPage(url, NULL, 0, GURL(),
|
| PageTransition::KEYWORD_GENERATED,
|
| - HistoryService::RedirectList());
|
| + HistoryService::RedirectList(), false);
|
| }
|
|
|
| // static
|
|
|