| Index: chrome/browser/instant/instant_tab.h
|
| diff --git a/chrome/browser/instant/instant_tab.h b/chrome/browser/instant/instant_tab.h
|
| index 2e0321abe3bb6926efaff9b8bb7b9ee9214bf960..cc65a4f626ae9647e797f5472045fa35e1f462ad 100644
|
| --- a/chrome/browser/instant/instant_tab.h
|
| +++ b/chrome/browser/instant/instant_tab.h
|
| @@ -43,6 +43,7 @@ class InstantTab : public InstantClient::Delegate {
|
| void SendAutocompleteResults(
|
| const std::vector<InstantAutocompleteResult>& results);
|
| void SetDisplayInstantResults(bool display_instant_results);
|
| + void KeyCaptureChanged(bool is_key_capture_enabled);
|
| void UpOrDownKeyPressed(int count);
|
| void SetMarginSize(int start, int end);
|
|
|
|
|