| Index: chrome/browser/instant/instant_client.h
|
| diff --git a/chrome/browser/instant/instant_client.h b/chrome/browser/instant/instant_client.h
|
| index c22a0a66e9addd4a082013d6f40e712911a5aaa2..dea77038d040c8a594a5d48f4be28c0c3f8a76b0 100644
|
| --- a/chrome/browser/instant/instant_client.h
|
| +++ b/chrome/browser/instant/instant_client.h
|
| @@ -118,6 +118,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(
|
|
|