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

Unified Diff: components/user_manager/user_names.cc

Issue 2916823002: Move Mus into chrome's process when running with --mus.
Patch Set: Addressing most feedback, making this work on device. Created 3 years, 6 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
Index: components/user_manager/user_names.cc
diff --git a/components/user_manager/user_names.cc b/components/user_manager/user_names.cc
index b873a3da5d9a7983a2931fabaaf6f998b36d61c7..ca28af9d9ff99ca5f828a9983f30b835293f9273 100644
--- a/components/user_manager/user_names.cc
+++ b/components/user_manager/user_names.cc
@@ -54,7 +54,7 @@ FixedAccountManager::FixedAccountManager()
namespace user_manager {
-const char kStubUser[] = "stub-user@example.com";
+const char kStubUser[] = "stub-user@consumer.example.com";
// Should match cros constant in platform/libchromeos/chromeos/cryptohome.h
const char kGuestUserName[] = "$guest";

Powered by Google App Engine
This is Rietveld 408576698