| 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 ff030652d01de97fdf6e139040d878096cb5ec26..de477f1b3ea77bb7754cca3db48f2283b8efa79c 100644
|
| --- a/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h
|
| +++ b/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h
|
| @@ -10,6 +10,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time/time.h"
|
| #include "chrome/browser/autocomplete/autocomplete_controller_delegate.h"
|
| +#include "chrome/browser/autocomplete/autocomplete_input.h"
|
| #include "chrome/browser/autocomplete/autocomplete_match.h"
|
| #include "content/public/browser/web_ui_message_handler.h"
|
|
|
| @@ -85,6 +86,9 @@ class OmniboxUIHandler : public AutocompleteControllerDelegate,
|
| // hand back to the javascript.
|
| base::Time time_omnibox_started_;
|
|
|
| + // The input used when starting the AutocompleteController.
|
| + AutocompleteInput input_;
|
| +
|
| // The Profile* handed to us in our constructor.
|
| Profile* profile_;
|
|
|
|
|