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

Unified Diff: ash/ash_switches.cc

Issue 2921973002: Hide Night Light behind a flag (Closed)
Patch Set: James' comments Created 3 years, 6 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/ash_switches.h ('k') | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 369ff26686d9dc1cac5472cec36bae65cb6ba531..30fc6c4434a4c11d56d59a5de832778694e9146e 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -40,6 +40,9 @@ const char kAshDisableTouchExplorationMode[] =
const char kAshEnableMagnifierKeyScroller[] =
"ash-enable-magnifier-key-scroller";
+// Enables the NightLight feature.
+const char kAshEnableNightLight[] = "ash-enable-night-light";
+
// Enables the palette on every display, instead of only the internal one.
const char kAshEnablePaletteOnAllDisplays[] =
"ash-enable-palette-on-all-displays";
« no previous file with comments | « ash/ash_switches.h ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698