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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2921973002: Hide Night Light behind a flag (Closed)
Patch Set: James' comments Created 3 years, 7 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 | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/resources/settings/device_page/display.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index ee3cb30a3f303fc98d471c70e01ba73b421c1ab3..7c40dafcf084769adaa4df4c15c04481703c6a5f 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1067,6 +1067,11 @@ const char kEnableNavigationTracingDescription[] =
"flag. The trace may include personally identifiable information (PII) "
"such as the titles and URLs of websites you visit.";
+const char kEnableNightLightName[] = "Enable Night Light";
+const char kEnableNightLightDescription[] =
+ "Enable the Night Light feature to control the color temperature of the "
+ "screen.";
+
const char kEnablePictureInPictureName[] = "Enable picture in picture.";
const char kEnablePictureInPictureDescription[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/resources/settings/device_page/display.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698