Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Unified Diff: chrome/browser/autocomplete/autocomplete_match.cc

Issue 11576044: Remove call to IsInstantExtendedAPIGoogleSearchUrl from ToolbarModel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/autocomplete/autocomplete_match.cc
diff --git a/chrome/browser/autocomplete/autocomplete_match.cc b/chrome/browser/autocomplete/autocomplete_match.cc
index e3b9d13fb8ddfe8ac8f4efd22d2379a2a10fdbb3..dfad03b7f783b8b05d2eb9579da5150fe04775a1 100644
--- a/chrome/browser/autocomplete/autocomplete_match.cc
+++ b/chrome/browser/autocomplete/autocomplete_match.cc
@@ -372,7 +372,7 @@ void AutocompleteMatch::ComputeStrippedDestinationURL(Profile* profile) {
if (template_url != NULL && template_url->SupportsReplacement()) {
string16 search_terms;
if (template_url->ExtractSearchTermsFromURL(stripped_destination_url,
- &search_terms)) {
+ &search_terms, false)) {
stripped_destination_url =
GURL(template_url->url_ref().ReplaceSearchTerms(
TemplateURLRef::SearchTermsArgs(search_terms)));
« no previous file with comments | « no previous file | chrome/browser/search_engines/template_url.h » ('j') | chrome/browser/search_engines/template_url.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698