| 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 1ed359933313cbaf90c48d6188b4ca0f79c031b7..5582688c8f61e048ec74aa4676f4a6915c7707a0 100644
|
| --- a/content/test/data/web_ui_mojo_shell_test.js
|
| +++ b/content/test/data/web_ui_mojo_shell_test.js
|
| @@ -40,6 +40,7 @@ define('main', [
|
| domAutomationController.send(response.url == 'http://127.0.0.1/');
|
| });
|
| },
|
| - function (exposedServices) {});
|
| + function (exposedServices) {},
|
| + new shellMojom.CapabilityFilter({ filter: new Map([["*", ["*"]]]) }));
|
| };
|
| });
|
|
|