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

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: 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/instant/instant_controller.h
diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h
index 7c9f11c834bf9191966b2bb3bd1ce88cf990caac..b8ae9d7457cfe870e76617028f1961f837f25e1a 100644
--- a/chrome/browser/instant/instant_controller.h
+++ b/chrome/browser/instant/instant_controller.h
@@ -166,6 +166,14 @@ class InstantController {
// supports the Instant API.
void InstantSupportDetermined(InstantLoader* loader, bool supports_instant);
+ // Invoked by InstantLoader to notify that the Instant page searchbox lost
+ // focus.
+ void OnWebSearchBoxBlur(InstantLoader* loader);
+
+ // Invoked by InstantLoader to notify that the Instant page searchbox received
+ // focus.
+ void OnWebSearchBoxFocus(InstantLoader* loader);
+
// 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/instant/instant_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698