| Index: extensions/shell/browser/shell_native_app_window.cc
|
| diff --git a/extensions/shell/browser/shell_native_app_window.cc b/extensions/shell/browser/shell_native_app_window.cc
|
| index dd8bfa0bacfa5734e46829501cf86b7d7244df98..a04ce4e98fa8a2b1098590ccc400bfbdd2375656 100644
|
| --- a/extensions/shell/browser/shell_native_app_window.cc
|
| +++ b/extensions/shell/browser/shell_native_app_window.cc
|
| @@ -140,6 +140,10 @@ void ShellNativeAppWindow::UpdateShape(scoped_ptr<SkRegion> region) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +void ShellNativeAppWindow::SetInterceptAllKeys(bool want_all_keys) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void ShellNativeAppWindow::HandleKeyboardEvent(
|
| const content::NativeWebKeyboardEvent& event) {
|
| // No special handling. The WebContents will handle it.
|
|
|