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

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

Issue 2258553004: Add pref to enable/disable palette tray. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Rebase 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.h
diff --git a/ash/common/system/chromeos/palette/palette_utils.h b/ash/common/system/chromeos/palette/palette_utils.h
index 8a1900bf917d1b557b73b4e5ab21256201c7a6d4..40c8702e0c5e1e40555f2ee1ceef8886bb728040 100644
--- a/ash/common/system/chromeos/palette/palette_utils.h
+++ b/ash/common/system/chromeos/palette/palette_utils.h
@@ -9,8 +9,9 @@
namespace ash {
-// Returns true if the palette is enabled.
-ASH_EXPORT bool IsPaletteEnabled();
+// Returns true if the palette feature is enabled. The palette itself may have
+// been disabled by the user.
+ASH_EXPORT bool IsPaletteFeatureEnabled();
} // namespace ash
« no previous file with comments | « ash/common/system/chromeos/palette/palette_tray.cc ('k') | ash/common/system/chromeos/palette/palette_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698