Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1483)

Unified Diff: chrome/browser/instant/instant_tab.h

Issue 11824050: InstantExtended: Committed NTP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698