| Index: chrome/browser/instant/instant_client.h
|
| diff --git a/chrome/browser/instant/instant_client.h b/chrome/browser/instant/instant_client.h
|
| index 95ab9096d75d298fdc9736ea61838e03d824cad0..1fe9569e1b397614a2fa8a854fac730d200d9fef 100644
|
| --- a/chrome/browser/instant/instant_client.h
|
| +++ b/chrome/browser/instant/instant_client.h
|
| @@ -115,6 +115,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(
|
|
|