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

Unified Diff: ash/common/system/chromeos/palette/palette_utils.cc

Issue 2258553004: Add pref to enable/disable palette tray. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Initial upload 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
Index: ash/common/system/chromeos/palette/palette_utils.cc
diff --git a/ash/common/system/chromeos/palette/palette_utils.cc b/ash/common/system/chromeos/palette/palette_utils.cc
index 5188562a6899b3c1a36e48b541761f60f51c7723..704dbce8e1d4d56b870500f68df5423e4e518b8d 100644
--- a/ash/common/system/chromeos/palette/palette_utils.cc
+++ b/ash/common/system/chromeos/palette/palette_utils.cc
@@ -9,7 +9,7 @@
namespace ash {
-bool IsPaletteEnabled() {
+bool IsPaletteFeatureEnabled() {
return base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kAshEnablePalette);
}

Powered by Google App Engine
This is Rietveld 408576698