| OLD | NEW |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. | 1 // Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "chrome/browser/flag_descriptions.h" | 5 #include "chrome/browser/flag_descriptions.h" |
| 6 | 6 |
| 7 namespace flag_descriptions { | 7 namespace flag_descriptions { |
| 8 | 8 |
| 9 // Material Design version of chrome://bookmarks | 9 // Material Design version of chrome://bookmarks |
| 10 | 10 |
| (...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 933 const char kBootAnimationDescription[] = | 933 const char kBootAnimationDescription[] = |
| 934 "Wallpaper boot animation (except for OOBE case)."; | 934 "Wallpaper boot animation (except for OOBE case)."; |
| 935 | 935 |
| 936 #endif // defined(OS_CHROMEOS) | 936 #endif // defined(OS_CHROMEOS) |
| 937 | 937 |
| 938 const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode"; | 938 const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode"; |
| 939 | 939 |
| 940 const char kAcceleratedVideoDecodeDescription[] = | 940 const char kAcceleratedVideoDecodeDescription[] = |
| 941 "Hardware-accelerated video decode where available."; | 941 "Hardware-accelerated video decode where available."; |
| 942 | 942 |
| 943 const char kEnableHDRName[] = "HDR mode"; |
| 944 |
| 945 const char kEnableHDRDescription[] = |
| 946 "Enables HDR support on compatible displays."; |
| 947 |
| 943 const char kCloudImport[] = "Cloud Import"; | 948 const char kCloudImport[] = "Cloud Import"; |
| 944 | 949 |
| 945 const char kCloudImportDescription[] = "Allows the cloud-import feature."; | 950 const char kCloudImportDescription[] = "Allows the cloud-import feature."; |
| 946 | 951 |
| 947 const char kRequestTabletSiteName[] = | 952 const char kRequestTabletSiteName[] = |
| 948 "Request tablet site option in the settings menu"; | 953 "Request tablet site option in the settings menu"; |
| 949 | 954 |
| 950 const char kRequestTabletSiteDescription[] = | 955 const char kRequestTabletSiteDescription[] = |
| 951 "Allows the user to request tablet site. Web content is often optimized " | 956 "Allows the user to request tablet site. Web content is often optimized " |
| 952 "for tablet devices. When this option is selected the user agent string " | 957 "for tablet devices. When this option is selected the user agent string " |
| (...skipping 1930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2883 const char kEnableEhvInputName[] = | 2888 const char kEnableEhvInputName[] = |
| 2884 "Emoji, handwriting and voice input on opt-in IME menu"; | 2889 "Emoji, handwriting and voice input on opt-in IME menu"; |
| 2885 | 2890 |
| 2886 const char kEnableEhvInputDescription[] = | 2891 const char kEnableEhvInputDescription[] = |
| 2887 "Enable access to emoji, handwriting and voice input form opt-in IME " | 2892 "Enable access to emoji, handwriting and voice input form opt-in IME " |
| 2888 "menu."; | 2893 "menu."; |
| 2889 | 2894 |
| 2890 #endif // #if defined(OS_CHROMEOS) | 2895 #endif // #if defined(OS_CHROMEOS) |
| 2891 | 2896 |
| 2892 } // namespace flag_descriptions | 2897 } // namespace flag_descriptions |
| OLD | NEW |