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

Unified Diff: chrome/browser/search_engines/template_url.h

Issue 164493005: Move SearchTermsData::ForceInstantResultsParam() to chrome::ForceInstantResultsParam(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months 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/search_engines/template_url.h
diff --git a/chrome/browser/search_engines/template_url.h b/chrome/browser/search_engines/template_url.h
index 0b3fd6b700282c9ca4981d169a33869c1cae839b..37c5c137bb664dd34359be6ff5835c03987bc295 100644
--- a/chrome/browser/search_engines/template_url.h
+++ b/chrome/browser/search_engines/template_url.h
@@ -131,7 +131,7 @@ class TemplateURLRef {
// If set, ReplaceSearchTerms() will append a param to the TemplateURLRef to
// update the search results page incrementally even if that is otherwise
// disabled by google.com preferences. See comments on
- // SearchTermsData::ForceInstantResultsParam().
+ // chrome::ForceInstantResultsParam().
bool force_instant_results;
};

Powered by Google App Engine
This is Rietveld 408576698