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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2785433003: Add --enable-hdr to about:flags (Closed)
Patch Set: Created 3 years, 9 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') | no next file » | 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 cdf91c1ecee2a8e1ec194a888901f00b91277410..1ee95957149fc50bdbe21324d3c6185e15807c7a 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -945,6 +945,11 @@ const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode";
const char kAcceleratedVideoDecodeDescription[] =
"Hardware-accelerated video decode where available.";
+const char kEnableHDRName[] = "HDR Mode";
ccameron 2017/03/28 19:46:35 I'd prefer calling it something like "HDR support"
hubbe 2017/03/29 21:14:26 I really think "mode" is the right word, since it
+
+const char kEnableHDRDescription[] =
+ "Enables full HDR support on HDR-compatible displays.";
ccameron 2017/03/28 19:46:35 Nit: "Enables HDR support on compatible displays."
hubbe 2017/03/29 21:14:26 Done. (I blame my PM for the wording..)
+
const char kCloudImport[] = "Cloud Import";
const char kCloudImportDescription[] = "Allows the cloud-import feature.";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698