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

Unified Diff: mojo/shell/tests/connect/connect_test.mojom

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/standalone/context.cc ('k') | mojo/shell/tests/connect/connect_test_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/connect/connect_test.mojom
diff --git a/mojo/shell/tests/connect/connect_test.mojom b/mojo/shell/tests/connect/connect_test.mojom
index fbd5a3988d62e0e94ebe1340f42924b1f66bd2a4..356061e466d235846789b7f3b93dc8035b3ac794 100644
--- a/mojo/shell/tests/connect/connect_test.mojom
+++ b/mojo/shell/tests/connect/connect_test.mojom
@@ -19,11 +19,11 @@ interface StandaloneApp {
struct ConnectionState {
string connection_local_name;
string connection_remote_name;
- uint32 connection_remote_userid;
+ string connection_remote_userid;
uint32 connection_remote_id;
string initialize_local_name;
+ string initialize_userid;
uint32 initialize_id;
- uint32 initialize_userid;
};
interface ExposedInterface {
« no previous file with comments | « mojo/shell/standalone/context.cc ('k') | mojo/shell/tests/connect/connect_test_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698