| Index: extensions/components/native_app_window/native_app_window_views.cc
|
| diff --git a/extensions/components/native_app_window/native_app_window_views.cc b/extensions/components/native_app_window/native_app_window_views.cc
|
| index 7c1109a3459782f4052e26a3a765e42c810934cc..ed415f1cbd55a74c825cc0c8224cf21fa561be2f 100644
|
| --- a/extensions/components/native_app_window/native_app_window_views.cc
|
| +++ b/extensions/components/native_app_window/native_app_window_views.cc
|
| @@ -374,6 +374,10 @@ void NativeAppWindowViews::UpdateShape(scoped_ptr<SkRegion> region) {
|
| // Stub implementation. See also ChromeNativeAppWindowViews.
|
| }
|
|
|
| +void NativeAppWindowViews::SetInterceptAllKeys(bool want_all_keys) {
|
| + // Stub implementation. See also ChromeNativeAppWindowViews.
|
| +}
|
| +
|
| void NativeAppWindowViews::HandleKeyboardEvent(
|
| const content::NativeWebKeyboardEvent& event) {
|
| unhandled_keyboard_event_handler_.HandleKeyboardEvent(event,
|
|
|