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

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

Issue 2280293002: Hide ash palette on lock screen, show it in guest mode. (Closed)
Patch Set: Created 4 years, 4 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 | « ash/common/system/chromeos/palette/palette_tray.cc ('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/chrome_restart_request.cc
diff --git a/chrome/browser/chromeos/login/chrome_restart_request.cc b/chrome/browser/chromeos/login/chrome_restart_request.cc
index 4251d6b98b97898b894b4a0fbf7722c0e152e56b..56f1b8b321e84a2605d660b1761c7764b2d441a6 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -179,6 +179,8 @@ void DeriveCommandLine(const GURL& start_url,
app_list::switches::kEnableCenteredAppList,
app_list::switches::kEnableSyncAppList,
ash::switches::kAshEnableTouchView,
+ ash::switches::kAshEnablePalette,
+ ash::switches::kAshEnableExperimentalPaletteFeatures,
ash::switches::kAshEnableUnifiedDesktop,
ash::switches::kAshHostWindowBounds,
ash::switches::kAshTouchHud,
« no previous file with comments | « ash/common/system/chromeos/palette/palette_tray.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698