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

Unified Diff: chrome/browser/instant/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/instant/instant_controller.h
diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h
index c6def6c7d0df890c55db597a0c8bc30332bc58bd..65f91ff3a97fc6c567d892e63bff0688a1177364 100644
--- a/chrome/browser/instant/instant_controller.h
+++ b/chrome/browser/instant/instant_controller.h
@@ -122,6 +122,10 @@ class InstantController {
// supports the Instant API.
void InstantSupportDetermined(InstantLoader* loader, bool supports_instant);
+ // Invoked by InstantLoader to notify that the Instant page searchbox received
+ // or lost focus.
+ void OnWebSearchBoxFocusChange(InstantLoader* loader, bool is_foxued);
Mathieu 2012/11/20 23:26:01 *is_focused *OnWebSearchBoxFocusChanged to be cons
samarth 2012/11/21 00:40:15 Done. Also renamed all the other methods to be co
+
// Invoked by InstantLoader when it has swapped a different TabContents into
// the preview, usually because a prerendered page was navigated to.
void SwappedTabContents(InstantLoader* loader);
« no previous file with comments | « no previous file | chrome/browser/instant/instant_controller.cc » ('j') | chrome/browser/ui/omnibox/omnibox_edit_model.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698