| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index 357a6959e3200c619f32c11abef3111e72230f68..390f6c7fd63355c4c781322e8d07b8f8c57f7cf1 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[];
|
|
|
|
|