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

Unified Diff: mash/init/public/interfaces/login.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 | « mash/init/init.cc ('k') | mash/login/login.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/init/public/interfaces/login.mojom
diff --git a/mash/init/public/interfaces/login.mojom b/mash/init/public/interfaces/login.mojom
index 3ea6f10c703ec75106ae469d3ed3ce65d53d89d0..8c99e47c606a845e0c64d2383cad7fd73f8b80ea 100644
--- a/mash/init/public/interfaces/login.mojom
+++ b/mash/init/public/interfaces/login.mojom
@@ -5,6 +5,6 @@
module mash.init.mojom;
interface Login {
- LoginAs(uint32 user_id);
+ LoginAs(string user_id);
};
« no previous file with comments | « mash/init/init.cc ('k') | mash/login/login.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698