Index: chrome/browser/ui/search/instant_page.h |
diff --git a/chrome/browser/ui/search/instant_page.h b/chrome/browser/ui/search/instant_page.h |
index 5edf008da7b97b32ce9d70150e9217bd6429415b..ff046f6e8c3bdb564bcfab4f9f1e3e81c917f92f 100644 |
--- a/chrome/browser/ui/search/instant_page.h |
+++ b/chrome/browser/ui/search/instant_page.h |
@@ -184,8 +184,10 @@ class InstantPage : public content::WebContentsObserver { |
// Tells the page whether it is allowed to display Instant results. |
void SetDisplayInstantResults(bool display_instant_results); |
- // Tells the page whether the browser is capturing user key strokes. |
- void KeyCaptureChanged(bool is_key_capture_enabled); |
+ // Tells the page that the browser's method of capturing user key strokes |
+ // has changed. The new focus state, and reason for the change is provided. |
+ void KeyCaptureChanged(OmniboxFocusState state, |
+ OmniboxFocusChangeReason reason); |
// Tells the page about new Most Visited data. |
void SendMostVisitedItems( |