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

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

Issue 11369137: Implement {Start,Stop}CapturingKeyStrokes for Instant. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase. Added comment. Created 8 years 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
« no previous file with comments | « chrome/browser/instant/instant_tab.h ('k') | chrome/browser/ui/browser_instant_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/instant/instant_tab.cc
diff --git a/chrome/browser/instant/instant_tab.cc b/chrome/browser/instant/instant_tab.cc
index c68217281feb098ed58373c12c1e8675450eeaa9..23085632d566e43e9a71465f0b23364935591c69 100644
--- a/chrome/browser/instant/instant_tab.cc
+++ b/chrome/browser/instant/instant_tab.cc
@@ -67,3 +67,11 @@ void InstantTab::ShowInstantPreview(InstantShownReason /* reason */,
InstantSizeUnits /* units */) {
// The page is a committed tab (i.e., always showing), so nothing to do.
}
+
+void InstantTab::StartCapturingKeyStrokes() {
+ // We don't honor this call from committed tabs.
+}
+
+void InstantTab::StopCapturingKeyStrokes() {
+ // We don't honor this call from committed tabs.
+}
« no previous file with comments | « chrome/browser/instant/instant_tab.h ('k') | chrome/browser/ui/browser_instant_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698