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 2261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2272 const char kEnableAndroidWallpapersAppDescription[] = | 2272 const char kEnableAndroidWallpapersAppDescription[] = |
2273 "Enables the Android Wallpapers App as the default Wallpaper App on " | 2273 "Enables the Android Wallpapers App as the default Wallpaper App on " |
2274 "Chrome OS."; | 2274 "Chrome OS."; |
2275 | 2275 |
2276 const char kEnableTouchSupportForScreenMagnifierName[] = | 2276 const char kEnableTouchSupportForScreenMagnifierName[] = |
2277 "Touch support for screen magnifier"; | 2277 "Touch support for screen magnifier"; |
2278 | 2278 |
2279 const char kEnableTouchSupportForScreenMagnifierDescription[] = | 2279 const char kEnableTouchSupportForScreenMagnifierDescription[] = |
2280 "Enables touch support for screen magnifier"; | 2280 "Enables touch support for screen magnifier"; |
2281 | 2281 |
| 2282 const char kEnableZipArchiverOnFileManagerName[] = |
| 2283 "ZIP archiver for Drive"; |
| 2284 |
| 2285 const char kEnableZipArchiverOnFileManagerDescription[] = |
| 2286 "Enable the ability to archive and unpack files on Drive in the Files app"; |
| 2287 |
2282 #endif // defined(OS_CHROMEOS) | 2288 #endif // defined(OS_CHROMEOS) |
2283 | 2289 |
2284 #if defined(OS_ANDROID) | 2290 #if defined(OS_ANDROID) |
2285 | 2291 |
2286 const char kContentSuggestionsCategoryOrderName[] = | 2292 const char kContentSuggestionsCategoryOrderName[] = |
2287 "Default content suggestions category order (e.g. on NTP)"; | 2293 "Default content suggestions category order (e.g. on NTP)"; |
2288 | 2294 |
2289 const char kContentSuggestionsCategoryOrderDescription[] = | 2295 const char kContentSuggestionsCategoryOrderDescription[] = |
2290 "Set default order of content suggestion categories (e.g. on the NTP)."; | 2296 "Set default order of content suggestion categories (e.g. on the NTP)."; |
2291 | 2297 |
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2933 const char kEnableEhvInputName[] = | 2939 const char kEnableEhvInputName[] = |
2934 "Emoji, handwriting and voice input on opt-in IME menu"; | 2940 "Emoji, handwriting and voice input on opt-in IME menu"; |
2935 | 2941 |
2936 const char kEnableEhvInputDescription[] = | 2942 const char kEnableEhvInputDescription[] = |
2937 "Enable access to emoji, handwriting and voice input form opt-in IME " | 2943 "Enable access to emoji, handwriting and voice input form opt-in IME " |
2938 "menu."; | 2944 "menu."; |
2939 | 2945 |
2940 #endif // #if defined(OS_CHROMEOS) | 2946 #endif // #if defined(OS_CHROMEOS) |
2941 | 2947 |
2942 } // namespace flag_descriptions | 2948 } // namespace flag_descriptions |
OLD | NEW |