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

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

Issue 2823693002: Migrate RenderThreadImpl to use ConnectionFilter instead of the ChildThread's InterfaceRegistry to … (Closed)
Patch Set: . Created 3 years, 8 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: 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 95c1c60fcdc871b7a115df67d486aaaeb65840e7..30ea489f442eb03707d2d0564b5238d28a24e2eb 100644
--- a/third_party/WebKit/LayoutTests/resources/mojo-helpers.js
+++ b/third_party/WebKit/LayoutTests/resources/mojo-helpers.js
@@ -36,11 +36,8 @@ define(
'content/public/renderer/connector',
'content/public/renderer/frame_interfaces',
'content/public/renderer/interfaces',
- 'content/shell/renderer/layout_test/frame_interface_registry',
- 'content/shell/renderer/layout_test/interface_registry',
],
- (core, router, support, connector, frameInterfaces, interfaces,
- frameInterfaceRegistry, interfaceRegistry) => {
+ (core, router, support, connector, frameInterfaces, interfaces) => {
let tearDown = () => {
connector.clearInterfaceOverridesForTesting();
frameInterfaces.clearInterfaceOverridesForTesting();
@@ -56,9 +53,7 @@ define(
support,
connector,
frameInterfaces,
- frameInterfaceRegistry,
interfaces,
- interfaceRegistry,
};
});

Powered by Google App Engine
This is Rietveld 408576698