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

Unified Diff: mojo/shell/tests/package_test_package.cc

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 | « mojo/shell/tests/capability_filter_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/package_test_package.cc
diff --git a/mojo/shell/tests/package_test_package.cc b/mojo/shell/tests/package_test_package.cc
index 4a37ebe5e64114912291cb89fc7a393c7da708fb..a9defe46e8ec98b073096ef9112dee9059c307ba 100644
--- a/mojo/shell/tests/package_test_package.cc
+++ b/mojo/shell/tests/package_test_package.cc
@@ -49,7 +49,8 @@ class ProvidedShellClient
private:
// mojo::ShellClient:
- void Initialize(Shell* shell, const std::string& url, uint32_t id) override {
+ void Initialize(Shell* shell, const std::string& url,
+ uint32_t id, uint32_t user_id) override {
shell_ = shell;
bindings_.set_connection_error_handler(
base::Bind(&ProvidedShellClient::OnConnectionError,
@@ -104,7 +105,8 @@ class PackageTestShellClient
private:
// mojo::ShellClient:
- void Initialize(Shell* shell, const std::string& url, uint32_t id) override {
+ void Initialize(Shell* shell, const std::string& url,
+ uint32_t id, uint32_t user_id) override {
shell_ = shell;
bindings_.set_connection_error_handler(
base::Bind(&PackageTestShellClient::OnConnectionError,
« no previous file with comments | « mojo/shell/tests/capability_filter_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698