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

Unified Diff: chrome/browser/ui/search/instant_tab.cc

Issue 12851023: Refactor omnibox focus API into a single method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 8 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
« no previous file with comments | « chrome/browser/ui/search/instant_tab.h ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/search/instant_tab.cc
diff --git a/chrome/browser/ui/search/instant_tab.cc b/chrome/browser/ui/search/instant_tab.cc
index f7da35801b714b973f6329b9feb1cd3cccde8679..47e4f3d06c4a36073bafbead2b80bf0b91899852 100644
--- a/chrome/browser/ui/search/instant_tab.cc
+++ b/chrome/browser/ui/search/instant_tab.cc
@@ -24,14 +24,6 @@ bool InstantTab::ShouldProcessFocusOmnibox() {
return true;
}
-bool InstantTab::ShouldProcessStartCapturingKeyStrokes() {
- return true;
-}
-
-bool InstantTab::ShouldProcessStopCapturingKeyStrokes() {
- return true;
-}
-
bool InstantTab::ShouldProcessNavigateToURL() {
return true;
}
« no previous file with comments | « chrome/browser/ui/search/instant_tab.h ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698