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

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

Issue 1770533002: Change userid from a uint32_t to a string guid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@33connector
Patch Set: . Created 4 years, 9 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/cpp/shell_test.h » ('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 fb132723c9923c3efd4478ff8f86dad2d80212a2..8e2f980ae756e285a0cd7c6a8233a86f00f27243 100644
--- a/mojo/shell/public/cpp/shell_connection.h
+++ b/mojo/shell/public/cpp/shell_connection.h
@@ -59,13 +59,13 @@ class ShellConnection : public shell::mojom::ShellClient {
private:
// shell::mojom::ShellClient:
void Initialize(shell::mojom::ConnectorPtr connector,
- const mojo::String& name,
- uint32_t id,
- uint32_t user_id) override;
+ const String& name,
+ const String& user_id,
+ uint32_t id) override;
void AcceptConnection(
const String& requestor_name,
+ const String& requestor_user_id,
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/cpp/shell_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698