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

Unified Diff: chrome/browser/chromeos/login/login_utils.cc

Issue 10452005: ChromeOS: login: Pass the use-cras option to guest mode. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add dep for media_switches to browser/chromeos Created 8 years, 7 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 | « chrome/browser/chromeos/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_utils.cc
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
index 52ffb3c6e36dc6e127faab35688264363f6a2d27..0f5bcb62af78cb402b3cb18ba96ab4af70a25402 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -75,6 +75,7 @@
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/notification_service.h"
#include "googleurl/src/gurl.h"
+#include "media/base/media_switches.h"
#include "net/base/network_change_notifier.h"
#include "net/cookies/cookie_monster.h"
#include "net/cookies/cookie_store.h"
@@ -1084,6 +1085,9 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
ash::switches::kAuraPanelManager,
ash::switches::kAuraWindowAnimationsDisabled,
::switches::kUIEnablePartialSwap,
+#if defined(USE_CRAS)
+ ::switches::kUseCras,
+#endif
::switches::kUseGL,
::switches::kUserDataDir,
chromeos::switches::kDbusStub,
« no previous file with comments | « chrome/browser/chromeos/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698