diff options
Diffstat (limited to 'chrome/browser/instant/instant_client.h')
-rw-r--r-- | chrome/browser/instant/instant_client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/instant/instant_client.h b/chrome/browser/instant/instant_client.h index 821c36c..486ae8d 100644 --- a/chrome/browser/instant/instant_client.h +++ b/chrome/browser/instant/instant_client.h @@ -121,6 +121,9 @@ class InstantClient : 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); + private: // Overridden from content::WebContentsObserver: virtual void DidFinishLoad( |