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

Unified Diff: chrome/browser/autocomplete/base_search_provider.h

Issue 396583002: Stop depending on InstantService from BaseSearchProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/autocomplete/base_search_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/base_search_provider.h
diff --git a/chrome/browser/autocomplete/base_search_provider.h b/chrome/browser/autocomplete/base_search_provider.h
index b65038f9a2f407b149e1c1ff6d5c3d7274acbbd9..75de68299e41c694ed127a09154af6161858d943 100644
--- a/chrome/browser/autocomplete/base_search_provider.h
+++ b/chrome/browser/autocomplete/base_search_provider.h
@@ -336,8 +336,7 @@ class BaseSearchProvider : public AutocompleteProvider,
//
// |input| is also necessary for various other details, like whether we should
// allow inline autocompletion and what the transition type should be.
- // |accepted_suggestion| and |omnibox_start_margin| are used to generate
- // Assisted Query Stats.
+ // |accepted_suggestion| is used to generate Assisted Query Stats.
// |append_extra_query_params| should be set if |template_url| is the default
// search engine, so the destination URL will contain any
// command-line-specified query params.
@@ -349,7 +348,6 @@ class BaseSearchProvider : public AutocompleteProvider,
const TemplateURL* template_url,
const SearchTermsData& search_terms_data,
int accepted_suggestion,
- int omnibox_start_margin,
bool append_extra_query_params,
bool from_app_list);
« no previous file with comments | « no previous file | chrome/browser/autocomplete/base_search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698