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

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

Issue 2825383003: Fix stylus tools palette. (Closed)
Patch Set: Load palette_tray all the time. Only check when show it Created 3 years, 8 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/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 6c05c7dce457cad2ba2d08c429cb035ae699d208..7ffa38e36f6b832b786add9993982cc268608d49 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -181,7 +181,7 @@ void DeriveCommandLine(const GURL& start_url,
app_list::switches::kDisableSyncAppList,
app_list::switches::kEnableSyncAppList,
ash::switches::kAshEnableTouchView,
- ash::switches::kAshForceEnablePalette,
+ ash::switches::kAshForceEnableStylusTools,
ash::switches::kAshEnablePaletteOnAllDisplays,
ash::switches::kAshTouchHud,
ash::switches::kAuraLegacyPowerButton,

Powered by Google App Engine
This is Rietveld 408576698