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

Unified Diff: mojo/shell/public/cpp/shell_connection.h

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/public/cpp/shell_client.h ('k') | mojo/shell/public/interfaces/shell.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/shell_connection.h
diff --git a/mojo/shell/public/cpp/shell_connection.h b/mojo/shell/public/cpp/shell_connection.h
index d0e9b5cf602066c804e2f5c131c5f000f0a1ce43..8132425efa85c5fb29ba36fdd227c56f2bb8836b 100644
--- a/mojo/shell/public/cpp/shell_connection.h
+++ b/mojo/shell/public/cpp/shell_connection.h
@@ -91,10 +91,12 @@ class ShellConnection : public Shell, public shell::mojom::ShellClient {
// shell::mojom::ShellClient:
void Initialize(shell::mojom::ShellPtr shell,
const mojo::String& url,
- uint32_t id) override;
+ uint32_t id,
+ uint32_t user_id) override;
void AcceptConnection(
const String& requestor_url,
uint32_t requestor_id,
+ uint32_t requestor_user_id,
shell::mojom::InterfaceProviderRequest remote_interfaces,
shell::mojom::InterfaceProviderPtr local_interfaces,
Array<String> allowed_interfaces,
« no previous file with comments | « mojo/shell/public/cpp/shell_client.h ('k') | mojo/shell/public/interfaces/shell.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698