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 fdf8cb6b88abc7c3efb1d5be40867d1943e0d9b6..ab0661d54c1cbb0cad2bb2927dc21f72fd14104c 100644 |
--- a/content/test/data/web_ui_mojo_shell_test.js |
+++ b/content/test/data/web_ui_mojo_shell_test.js |
@@ -35,7 +35,7 @@ define('main', [ |
new router.Router(connectorPipe)); |
connector.connect( |
- TEST_APP_URL, 1, |
+ TEST_APP_URL, connectorMojom.kInheritUserID, |
function (services) { |
var test = connectToService(services, testMojom.TestMojoService); |
test.getRequestorName().then(function(response) { |