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

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

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_page.cc ('k') | chrome/browser/ui/search/instant_tab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/search/instant_tab.h
diff --git a/chrome/browser/ui/search/instant_tab.h b/chrome/browser/ui/search/instant_tab.h
index 0d41984f5b4576bae9655a01eca233d4b9a0d38e..2faa1634099bc4ee5186b94052d6a7882a091fbe 100644
--- a/chrome/browser/ui/search/instant_tab.h
+++ b/chrome/browser/ui/search/instant_tab.h
@@ -24,8 +24,6 @@ class InstantTab : public InstantPage {
// Overridden from InstantPage:
virtual bool ShouldProcessSetSuggestions() OVERRIDE;
virtual bool ShouldProcessFocusOmnibox() OVERRIDE;
- virtual bool ShouldProcessStartCapturingKeyStrokes() OVERRIDE;
- virtual bool ShouldProcessStopCapturingKeyStrokes() OVERRIDE;
virtual bool ShouldProcessNavigateToURL() OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(InstantTab);
« no previous file with comments | « chrome/browser/ui/search/instant_page.cc ('k') | chrome/browser/ui/search/instant_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698