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

Unified Diff: mojo/shell/shell.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/interfaces/shell_client.mojom ('k') | mojo/shell/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/shell.h
diff --git a/mojo/shell/shell.h b/mojo/shell/shell.h
index 776719874dcbdf0ae2c91d44d3a096f2e8f9fb0b..4a5dcb2508b66c2cda7c869fb626b597414e8124 100644
--- a/mojo/shell/shell.h
+++ b/mojo/shell/shell.h
@@ -122,11 +122,11 @@ class Shell : public ShellClient {
mojom::ShellClientRequest* request);
// Called from the instance implementing mojom::Shell. |user_id| must be
- // resolved by the instance (i.e. must not be mojom::Connector::kUserInherit).
+ // resolved by the instance (i.e. must not be mojom::kInheritUserID).
void CreateInstanceForFactory(
mojom::ShellClientFactoryPtr factory,
- const String& name,
- uint32_t user_id,
+ const std::string& name,
+ const std::string& user_id,
mojom::CapabilityFilterPtr filter,
mojom::PIDReceiverRequest pid_receiver);
// Called from the instance implementing mojom::Shell.
« no previous file with comments | « mojo/shell/public/interfaces/shell_client.mojom ('k') | mojo/shell/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698