| Index: chrome/browser/ui/browser_instant_controller.h
|
| diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
|
| index 44d21e767375036a0dc9ae1baf58a6d7a8a4973e..0cbaa8e7e3f2248a24bdeeedf659efaa4368533b 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.h
|
| +++ b/chrome/browser/ui/browser_instant_controller.h
|
| @@ -66,6 +66,9 @@ class BrowserInstantController : public content::NotificationObserver,
|
| // to the user clicking on it.
|
| void InstantPreviewFocused();
|
|
|
| + // Invoked by |instant_| to give the omnibox focus invisibly.
|
| + void FocusOmniboxInvisibly();
|
| +
|
| // Invoked by |instant_| to get the currently active tab, over which the
|
| // preview would be shown.
|
| content::WebContents* GetActiveWebContents() const;
|
|
|