| 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 f00d8e319838e7a257f696bfb0d6d79cca20da33..cea0c9d976686f2af13f4461a3df5f12309dd6f2 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.h
|
| +++ b/chrome/browser/ui/browser_instant_controller.h
|
| @@ -61,6 +61,9 @@ class BrowserInstantController : public PrefObserver,
|
| // 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;
|
|
|