| Index: chrome/browser/views/find_bar_host.h
|
| ===================================================================
|
| --- chrome/browser/views/find_bar_host.h (revision 26955)
|
| +++ chrome/browser/views/find_bar_host.h (working copy)
|
| @@ -44,10 +44,10 @@
|
| //
|
| ////////////////////////////////////////////////////////////////////////////////
|
| class FindBarHost : public views::AcceleratorTarget,
|
| - public views::FocusChangeListener,
|
| - public AnimationDelegate,
|
| - public FindBar,
|
| - public FindBarTesting {
|
| + public views::FocusChangeListener,
|
| + public AnimationDelegate,
|
| + public FindBar,
|
| + public FindBarTesting {
|
| public:
|
| explicit FindBarHost(BrowserView* browser_view);
|
| virtual ~FindBarHost();
|
| @@ -155,6 +155,9 @@
|
| NativeWebKeyboardEvent GetKeyboardEvent(
|
| const TabContents* contents,
|
| const views::Textfield::Keystroke& key_stroke);
|
| + // Allows native implementation to prevent keystrokes from being forwarded.
|
| + bool ShouldForwardKeystrokeToWebpageNative(
|
| + const views::Textfield::Keystroke& key_stroke);
|
|
|
| // The BrowserView that created us.
|
| BrowserView* browser_view_;
|
|
|