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

Unified Diff: chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h

Issue 149683005: about:omnibox - add current page classification to possible settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/ui/webui/omnibox/omnibox_ui_handler.h
diff --git a/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h b/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h
index f19cbb40f50d8eac042440d25b00456ea01ffd54..ff030652d01de97fdf6e139040d878096cb5ec26 100644
--- a/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h
+++ b/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h
@@ -55,6 +55,8 @@ class OmniboxUIHandler : public AutocompleteControllerDelegate,
// - third element: boolean indicating whether we should set
// prevent_inline_autocomplete or not.
// - fourth element: boolean indicating whether we should set prefer_keyword
+ // - fifth element: current page classification value (enum
+ // PageClassification from omnibox_event.proto)
void StartOmniboxQuery(const base::ListValue* input);
// Helper function for OnResultChanged().

Powered by Google App Engine
This is Rietveld 408576698