Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index 4605c8ddb1bed7a440923a41572674f201978d9f..167dfb91b69bff2ffd854b93c921f18d2b8a4b4d 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -347,8 +347,8 @@ class BrowserView : public BrowserWindow, |
const GURL& virtual_url, |
const security_state::SecurityInfo& security_info) override; |
void ShowAppMenu() override; |
- bool PreHandleKeyboardEvent(const content::NativeWebKeyboardEvent& event, |
- bool* is_keyboard_shortcut) override; |
+ content::KeyboardEventProcessingResult PreHandleKeyboardEvent( |
+ const content::NativeWebKeyboardEvent& event) override; |
void HandleKeyboardEvent( |
const content::NativeWebKeyboardEvent& event) override; |
void CutCopyPaste(int command_id) override; |