| 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 ef23d3a3e6675241c1b40cdd55879e6654891223..b28a3bf273ebf2d7ab124e2814ae27abf42f8842 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.h
|
| +++ b/chrome/browser/ui/browser_instant_controller.h
|
| @@ -63,6 +63,9 @@ class BrowserInstantController : public content::NotificationObserver,
|
| // to the user clicking on it.
|
| void InstantPreviewFocused();
|
|
|
| + // Invoked by |instant_| to set invisible focus in the omnibox.
|
| + void SetInvisibleFocus();
|
| +
|
| // Invoked by |instant_| to get the currently active tab, over which the
|
| // preview would be shown.
|
| TabContents* GetActiveTabContents() const;
|
|
|