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

Unified Diff: ui/views/controls/webview/unhandled_keyboard_event_handler_mac.mm

Issue 679743002: MacViews: UnhandledKeyboardEventHandler stub (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: ui/views/controls/webview/unhandled_keyboard_event_handler_mac.mm
diff --git a/ui/views/controls/webview/unhandled_keyboard_event_handler.cc b/ui/views/controls/webview/unhandled_keyboard_event_handler_mac.mm
similarity index 50%
copy from ui/views/controls/webview/unhandled_keyboard_event_handler.cc
copy to ui/views/controls/webview/unhandled_keyboard_event_handler_mac.mm
index 0a43353116e91b401d8a934b45d729f7fc2154c4..d579c9e34a4ab0321da1c7e4936b21ddb1db3cb0 100644
--- a/ui/views/controls/webview/unhandled_keyboard_event_handler.cc
+++ b/ui/views/controls/webview/unhandled_keyboard_event_handler_mac.mm
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -6,7 +6,11 @@
namespace views {
-UnhandledKeyboardEventHandler::~UnhandledKeyboardEventHandler() {
+// static
+void UnhandledKeyboardEventHandler::HandleNativeKeyboardEvent(
+ gfx::NativeEvent event,
+ FocusManager* focus_manager) {
+ NOTIMPLEMENTED();
}
} // namespace views

Powered by Google App Engine
This is Rietveld 408576698