| 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 b5cfaa679df2e2e8deb3e59ef255ba4daa1a6385..7d9e784792e57edd1e5b567ce4f40eaf3c79270b 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
|
| @@ -186,17 +186,6 @@ class AppCurrentWindowInternalSetVisibleOnAllWorkspacesFunction
|
| bool RunWithWindow(AppWindow* window) override;
|
| };
|
|
|
| -class AppCurrentWindowInternalSetInterceptAllKeysFunction
|
| - : public AppCurrentWindowInternalExtensionFunction {
|
| - public:
|
| - DECLARE_EXTENSION_FUNCTION("app.currentWindowInternal.setInterceptAllKeys",
|
| - APP_CURRENTWINDOWINTERNAL_SETINTERCEPTALLKEYS)
|
| -
|
| - protected:
|
| - ~AppCurrentWindowInternalSetInterceptAllKeysFunction() override {}
|
| - bool RunWithWindow(AppWindow* window) override;
|
| -};
|
| -
|
| } // namespace extensions
|
|
|
| #endif // EXTENSIONS_BROWSER_API_APP_CURRENT_WINDOW_INTERNAL_APP_CURRENT_WINDOW_INTERNAL_API_H_
|
|
|