| 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 2244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2255 "This flag affects only when the intervention is enabled."; | 2255 "This flag affects only when the intervention is enabled."; |
| 2256 | 2256 |
| 2257 const char kEnableScrollAnchoringName[] = "Scroll Anchoring"; | 2257 const char kEnableScrollAnchoringName[] = "Scroll Anchoring"; |
| 2258 | 2258 |
| 2259 const char kEnableScrollAnchoringDescription[] = | 2259 const char kEnableScrollAnchoringDescription[] = |
| 2260 "Adjusts scroll position to prevent visible jumps when offscreen " | 2260 "Adjusts scroll position to prevent visible jumps when offscreen " |
| 2261 "content changes."; | 2261 "content changes."; |
| 2262 | 2262 |
| 2263 #if defined(OS_CHROMEOS) | 2263 #if defined(OS_CHROMEOS) |
| 2264 | 2264 |
| 2265 const char kEnableNativeCupsName[] = "Native CUPS"; | 2265 const char kDisableNativeCupsName[] = "Native CUPS"; |
| 2266 | 2266 |
| 2267 const char kEnableNativeCupsDescription[] = | 2267 const char kDisableNativeCupsDescription[] = |
| 2268 "Enables the use of the native CUPS printing backend."; | 2268 "Disable the use of the native CUPS printing backend."; |
| 2269 | 2269 |
| 2270 const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App"; | 2270 const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App"; |
| 2271 | 2271 |
| 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 |
| (...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2946 const char kEnableEncryptionMigrationName[] = | 2946 const char kEnableEncryptionMigrationName[] = |
| 2947 "Enable encryption migration of user data"; | 2947 "Enable encryption migration of user data"; |
| 2948 | 2948 |
| 2949 const char kEnableEncryptionMigrationDescription[] = | 2949 const char kEnableEncryptionMigrationDescription[] = |
| 2950 "If enabled and the device supports ARC, the user will be asked to update " | 2950 "If enabled and the device supports ARC, the user will be asked to update " |
| 2951 "the encryption of user data when the user signs in."; | 2951 "the encryption of user data when the user signs in."; |
| 2952 | 2952 |
| 2953 #endif // #if defined(OS_CHROMEOS) | 2953 #endif // #if defined(OS_CHROMEOS) |
| 2954 | 2954 |
| 2955 } // namespace flag_descriptions | 2955 } // namespace flag_descriptions |
| OLD | NEW |