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

Unified Diff: third_party/WebKit/LayoutTests/resources/mojo-helpers.js

Issue 2402293002: Add a Javascript wrapper for InterfaceRegistry. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « services/shell/public/cpp/interface_registry.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/resources/mojo-helpers.js
diff --git a/third_party/WebKit/LayoutTests/resources/mojo-helpers.js b/third_party/WebKit/LayoutTests/resources/mojo-helpers.js
index 7553fa5ba63a1d93974e78888c5739a9405855ae..481ed60b8f1c0a5b7a640668cc992b263e75a7b4 100644
--- a/third_party/WebKit/LayoutTests/resources/mojo-helpers.js
+++ b/third_party/WebKit/LayoutTests/resources/mojo-helpers.js
@@ -33,7 +33,10 @@ define('Mojo Helpers', [
'mojo/public/js/support',
'content/public/renderer/frame_interfaces',
'content/public/renderer/interfaces',
-], (core, router, support, frameInterfaces, interfaces) => {
+ 'content/shell/renderer/layout_test/frame_interface_registry',
+ 'content/shell/renderer/layout_test/interface_registry',
+], (core, router, support, frameInterfaces, interfaces, frameInterfaceRegistry,
+ interfaceRegistry) => {
let tearDown = () => {
frameInterfaces.clearInterfaceOverridesForTesting();
interfaces.clearInterfaceOverridesForTesting();
@@ -47,7 +50,9 @@ define('Mojo Helpers', [
router,
support,
frameInterfaces,
+ frameInterfaceRegistry,
interfaces,
+ interfaceRegistry,
};
});
« no previous file with comments | « services/shell/public/cpp/interface_registry.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698