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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2785433003: Add --enable-hdr to about:flags (Closed)
Patch Set: update histograms.xml 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/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 9e97ec7c9d7d892dd9a82f229e86008569aca074..8de94dfb3850451f9b929304cd6698fa68df0c6b 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1022,6 +1022,10 @@ extern const char kAcceleratedVideoDecodeName[];
// Description for the flag for accelerated video decode where available.
extern const char kAcceleratedVideoDecodeDescription[];
+// Name/Description for the "enable-hdr" flag.
+extern const char kEnableHDRName[];
+extern const char kEnableHDRDescription[];
+
// Name for the flag for cloud import feature.
extern const char kCloudImport[];
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698