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

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: Added Aura impl. Created 8 years 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 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;

Powered by Google App Engine
This is Rietveld 408576698