| Index: chrome/browser/extensions/extension_host.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_host.cc (revision 55530)
|
| +++ chrome/browser/extensions/extension_host.cc (working copy)
|
| @@ -654,6 +654,12 @@
|
| void ExtensionHost::TakeFocus(bool reverse) {
|
| }
|
|
|
| +void ExtensionHost::Activate() {
|
| +}
|
| +
|
| +void ExtensionHost::Deactivate() {
|
| +}
|
| +
|
| bool ExtensionHost::PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event,
|
| bool* is_keyboard_shortcut) {
|
| if (extension_host_type_ == ViewType::EXTENSION_POPUP &&
|
|
|