| 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().
|
|
|