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

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

Issue 22364007: AutocompleteInput::PageClassification -> AutocompleteInput::OmniboxContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/autocomplete/autocomplete_controller.h
diff --git a/chrome/browser/autocomplete/autocomplete_controller.h b/chrome/browser/autocomplete/autocomplete_controller.h
index 8ae503af309cf231b006f032051098d0f8dc76db..505f19ef74ebbfb30b40b29453b580d57a0a7bbb 100644
--- a/chrome/browser/autocomplete/autocomplete_controller.h
+++ b/chrome/browser/autocomplete/autocomplete_controller.h
@@ -77,12 +77,12 @@ class AutocompleteController : public AutocompleteProviderListener {
// If |clear_result| is true, the controller will also erase the result set.
void Stop(bool clear_result);
- // Begin asynchronously fetching zero-suggest suggestions for |url| of
- // classification |page_classification|. |permanent_text| is the omnibox
- // text for the current page.
+ // Begin asynchronously fetching zero-suggest suggestions for |url|.
+ // |omnibox_context| is the current user context. |permanent_text| is the
+ // omnibox text for the current page.
void StartZeroSuggest(
const GURL& url,
- AutocompleteInput::PageClassification page_classification,
+ AutocompleteInput::OmniboxContext omnibox_context,
const string16& permanent_text);
// Cancels any pending zero-suggest fetch.

Powered by Google App Engine
This is Rietveld 408576698