| Index: extensions/browser/api/app_current_window_internal/app_current_window_internal_api.h
|
| diff --git a/extensions/browser/api/app_current_window_internal/app_current_window_internal_api.h b/extensions/browser/api/app_current_window_internal/app_current_window_internal_api.h
|
| index eb59a41eeabdc7294e0110995c6e3db2853d93c9..bdde8e429e1c63cbff5907fdf280438c11c10cd5 100644
|
| --- a/extensions/browser/api/app_current_window_internal/app_current_window_internal_api.h
|
| +++ b/extensions/browser/api/app_current_window_internal/app_current_window_internal_api.h
|
| @@ -208,6 +208,17 @@ class AppCurrentWindowInternalSetVisibleOnAllWorkspacesFunction
|
| bool RunWithWindow(AppWindow* window) override;
|
| };
|
|
|
| +class AppCurrentWindowInternalSetInterceptAllKeysFunction
|
| + : public AppCurrentWindowInternalExtensionFunction {
|
| + public:
|
| + DECLARE_EXTENSION_FUNCTION("app.currentWindowInternal.setInterceptAllKeys",
|
| + APP_CURRENTWINDOWINTERNAL_SETINTERCEPTALLKEYS)
|
| +
|
| + protected:
|
| + virtual ~AppCurrentWindowInternalSetInterceptAllKeysFunction() {}
|
| + virtual bool RunWithWindow(AppWindow* window) override;
|
| +};
|
| +
|
| } // namespace extensions
|
|
|
| #endif // EXTENSIONS_BROWSER_API_APP_CURRENT_WINDOW_INTERNAL_APP_CURRENT_WINDOW_INTERNAL_API_H_
|
|
|