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 216ec6a22897a673dd689cbf59b56b96959d2ada..51ff02866d70713c08514cdddb1f24c8a43a9296 100644 |
--- a/chrome/browser/ui/browser_instant_controller.h |
+++ b/chrome/browser/ui/browser_instant_controller.h |
@@ -58,6 +58,12 @@ class BrowserInstantController : public TabStripModelObserver, |
// to the user clicking on it. |
void InstantPreviewFocused(); |
+ // Invoked by |instant_| to notify that the Instant page searchbox lost focus. |
+ void OnWebSearchBoxBlur(); |
+ |
+ // Invoked by |instant_| to notify that the Instant page searchbox got focus. |
+ void OnWebSearchBoxFocus(); |
+ |
// Invoked by |instant_| to get the currently active tab, over which the |
// preview would be shown. |
TabContents* GetActiveTabContents() const; |