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, |