| 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;
|
| }
|
|
|