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

Unified Diff: content/test/data/web_ui_mojo_shell_test.js

Issue 1719193003: Add a user id parameter to connections (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 10 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 | « content/renderer/render_frame_impl.cc ('k') | mash/browser_driver/browser_driver_application_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6b0f7e1a028d13b27357eb8d95b0c559f130c9f6..68f95ebf13959e56fb484daa3a9cdb8aa2d7c73b 100644
--- a/content/test/data/web_ui_mojo_shell_test.js
+++ b/content/test/data/web_ui_mojo_shell_test.js
@@ -30,7 +30,7 @@ define('main', [
domAutomationController.setAutomationId(0);
var shellPipe = serviceRegistry.connectToService(shellMojom.Shell.name);
var shell = new shellMojom.Shell.proxyClass(new router.Router(shellPipe));
- shell.connect(TEST_APP_URL,
+ shell.connect(TEST_APP_URL, 1,
function (services) {
var test = connectToService(services, testMojom.TestMojoService);
test.getRequestorURL().then(function(response) {
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | mash/browser_driver/browser_driver_application_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698