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 2893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2904 | 2904 |
2905 const char kVideoPlayerChromecastSupportDescription[] = | 2905 const char kVideoPlayerChromecastSupportDescription[] = |
2906 "This option enables experimental Chromecast support for Video Player " | 2906 "This option enables experimental Chromecast support for Video Player " |
2907 "app on ChromeOS."; | 2907 "app on ChromeOS."; |
2908 | 2908 |
2909 const char kNewZipUnpackerName[] = "New ZIP unpacker"; | 2909 const char kNewZipUnpackerName[] = "New ZIP unpacker"; |
2910 | 2910 |
2911 const char kNewZipUnpackerDescription[] = | 2911 const char kNewZipUnpackerDescription[] = |
2912 "New ZIP unpacker flow, based on the File System Provider API."; | 2912 "New ZIP unpacker flow, based on the File System Provider API."; |
2913 | 2913 |
2914 const char kShowArcFilesAppName[] = "Show Android Files app"; | |
2915 | |
2916 const char kShowArcFilesAppDescription[] = | |
2917 "Show Android Files app in Chrome OS launcher. This is only effective " | |
2918 "on a device with access to Play Store."; | |
2919 | |
2920 const char kOfficeEditingComponentAppName[] = | 2914 const char kOfficeEditingComponentAppName[] = |
2921 "Office Editing for Docs, Sheets & Slides"; | 2915 "Office Editing for Docs, Sheets & Slides"; |
2922 | 2916 |
2923 const char kOfficeEditingComponentAppDescription[] = | 2917 const char kOfficeEditingComponentAppDescription[] = |
2924 "Office Editing for Docs, Sheets & Slides for testing purposes."; | 2918 "Office Editing for Docs, Sheets & Slides for testing purposes."; |
2925 | 2919 |
2926 const char kDisplayColorCalibrationName[] = "Color calibration of the display"; | 2920 const char kDisplayColorCalibrationName[] = "Color calibration of the display"; |
2927 | 2921 |
2928 const char kDisplayColorCalibrationDescription[] = | 2922 const char kDisplayColorCalibrationDescription[] = |
2929 "Allow color calibration of the display if the display supports the " | 2923 "Allow color calibration of the display if the display supports the " |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3216 | 3210 |
3217 const char kDisableNewVirtualKeyboardBehaviorName[] = | 3211 const char kDisableNewVirtualKeyboardBehaviorName[] = |
3218 "New window behavior for the accessibility keyboard"; | 3212 "New window behavior for the accessibility keyboard"; |
3219 const char kDisableNewVirtualKeyboardBehaviorDescription[] = | 3213 const char kDisableNewVirtualKeyboardBehaviorDescription[] = |
3220 "Disable new window behavior for the accessibility keyboard " | 3214 "Disable new window behavior for the accessibility keyboard " |
3221 "in non-sticky mode (do not change work area in non-sticky mode)."; | 3215 "in non-sticky mode (do not change work area in non-sticky mode)."; |
3222 | 3216 |
3223 #endif // defined(OS_CHROMEOS) | 3217 #endif // defined(OS_CHROMEOS) |
3224 | 3218 |
3225 } // namespace flag_descriptions | 3219 } // namespace flag_descriptions |
OLD | NEW |