| Index: content/test/data/web_ui_mojo_shell_test.js
|
| diff --git a/content/test/data/web_ui_mojo_shell_test.js b/content/test/data/web_ui_mojo_shell_test.js
|
| index b9083507ea61842ece20f17f9d518e73678b5756..f6faf1ce245136b57d8d143c4e697bcf38d03f85 100644
|
| --- a/content/test/data/web_ui_mojo_shell_test.js
|
| +++ b/content/test/data/web_ui_mojo_shell_test.js
|
| @@ -45,7 +45,6 @@ define('main', [
|
| response.url == 'chrome://mojo-web-ui/');
|
| });
|
| },
|
| - function (exposedServices) {},
|
| - new shellMojom.CapabilityFilter({ filter: new Map([["*", ["*"]]]) }));
|
| + function (exposedServices) {});
|
| };
|
| });
|
|
|