Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Unified Diff: chrome/browser/ui/browser_instant_controller.h

Issue 11369137: Implement {Start,Stop}CapturingKeyStrokes for Instant. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix which active tab we use. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698