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

Unified Diff: chrome/browser/chromeos/system/drm_settings.cc

Issue 10590004: [cros] Fake a stub user login when no --login-manager and --login-user are given. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Further test fixes. Created 8 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: chrome/browser/chromeos/system/drm_settings.cc
diff --git a/chrome/browser/chromeos/system/drm_settings.cc b/chrome/browser/chromeos/system/drm_settings.cc
index d6e611b005275dfa11de7334aa91e146150f405c..a5ef7986e34b6c44fd3bcb279f49fd687d1d535f 100644
--- a/chrome/browser/chromeos/system/drm_settings.cc
+++ b/chrome/browser/chromeos/system/drm_settings.cc
@@ -106,8 +106,7 @@ void ToggleDrm(bool enable) {
// Don't generate files as a guest, demo user, or a stub.
Nikita (slow) 2012/06/20 13:28:32 nit: update comment
Ivan Korotkov 2012/06/21 12:25:12 Done.
if (user_manager->IsLoggedInAsGuest() ||
- user_manager->IsLoggedInAsDemoUser() ||
- user_manager->IsLoggedInAsStub())
+ user_manager->IsLoggedInAsDemoUser())
return;
// The user email address is included in the hash to keep the identifier

Powered by Google App Engine
This is Rietveld 408576698