Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Extensions Bindings] Consolidate app hooks methods
Move AppBindingsCore's functionality into AppHooksDelegate. When we had JS and native bindings, we needed to share this code; now that we only have native bindings, the AppHooksDelegate is the only consumer. This is mostly copy-paste, but has a few differences since AppBindingsCore handled sending IPC messages to the browser (this is now handled by a helper object in AppHooksDelegate). Also delete AppBindings, the old C++ handlers for the JS code. Bug: 938998 Change-Id: Ie44a75c523c60b45417610c19e04299047b8121a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535237 Reviewed-by: Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#645137}
- Loading branch information