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

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: Keep invisible focus state in OmniboxEditModel. 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 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;

Powered by Google App Engine
This is Rietveld 408576698