Index: chrome/browser/instant/instant_controller.cc |
diff --git a/chrome/browser/instant/instant_controller.cc b/chrome/browser/instant/instant_controller.cc |
index 61f6d3b8e49889080636f553977a1591b140a317..a42ef2824066d7c4c2a4d771e8275088bdc36720 100644 |
--- a/chrome/browser/instant/instant_controller.cc |
+++ b/chrome/browser/instant/instant_controller.cc |
@@ -201,7 +201,8 @@ bool InstantController::Update(const AutocompleteMatch& match, |
// not valid, it's likely a URL; in EXTENDED mode, try using the default |
// search engine's TemplateURL instead. |
const GURL& tab_url = active_tab->web_contents()->GetURL(); |
- if (GetInstantURL(match.GetTemplateURL(profile), tab_url, &instant_url)) { |
+ if (GetInstantURL(match.GetTemplateURL(profile, false), tab_url, |
+ &instant_url)) { |
ResetLoader(instant_url, active_tab); |
} else if (mode_ != EXTENDED || !CreateDefaultLoader()) { |
Hide(); |