Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: extensions/browser/api/app_current_window_internal/app_current_window_internal_api.h

Issue 1316013004: Remove "API proposal for chrome.app.window to intercept all keys." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to TOT Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698