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 2282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2293 "Adjusts scroll position to prevent visible jumps when offscreen " | 2293 "Adjusts scroll position to prevent visible jumps when offscreen " |
2294 "content changes."; | 2294 "content changes."; |
2295 | 2295 |
2296 #if defined(OS_CHROMEOS) | 2296 #if defined(OS_CHROMEOS) |
2297 | 2297 |
2298 const char kDisableNativeCupsName[] = "Native CUPS"; | 2298 const char kDisableNativeCupsName[] = "Native CUPS"; |
2299 | 2299 |
2300 const char kDisableNativeCupsDescription[] = | 2300 const char kDisableNativeCupsDescription[] = |
2301 "Disable the use of the native CUPS printing backend."; | 2301 "Disable the use of the native CUPS printing backend."; |
2302 | 2302 |
| 2303 const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences."; |
| 2304 const char kEnablePerUserTimezoneDescription[] = |
| 2305 "Chrome OS system timezone preference is stored and handled for each user " |
| 2306 "individually."; |
| 2307 |
2303 const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App"; | 2308 const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App"; |
2304 | 2309 |
2305 const char kEnableAndroidWallpapersAppDescription[] = | 2310 const char kEnableAndroidWallpapersAppDescription[] = |
2306 "Enables the Android Wallpapers App as the default Wallpaper App on " | 2311 "Enables the Android Wallpapers App as the default Wallpaper App on " |
2307 "Chrome OS."; | 2312 "Chrome OS."; |
2308 | 2313 |
2309 const char kEnableTouchSupportForScreenMagnifierName[] = | 2314 const char kEnableTouchSupportForScreenMagnifierName[] = |
2310 "Touch support for screen magnifier"; | 2315 "Touch support for screen magnifier"; |
2311 | 2316 |
2312 const char kEnableTouchSupportForScreenMagnifierDescription[] = | 2317 const char kEnableTouchSupportForScreenMagnifierDescription[] = |
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3180 | 3185 |
3181 const char kDisableNewVirtualKeyboardBehaviorName[] = | 3186 const char kDisableNewVirtualKeyboardBehaviorName[] = |
3182 "New window behavior for the accessibility keyboard"; | 3187 "New window behavior for the accessibility keyboard"; |
3183 const char kDisableNewVirtualKeyboardBehaviorDescription[] = | 3188 const char kDisableNewVirtualKeyboardBehaviorDescription[] = |
3184 "Disable new window behavior for the accessibility keyboard " | 3189 "Disable new window behavior for the accessibility keyboard " |
3185 "in non-sticky mode (do not change work area in non-sticky mode)."; | 3190 "in non-sticky mode (do not change work area in non-sticky mode)."; |
3186 | 3191 |
3187 #endif // defined(OS_CHROMEOS) | 3192 #endif // defined(OS_CHROMEOS) |
3188 | 3193 |
3189 } // namespace flag_descriptions | 3194 } // namespace flag_descriptions |
OLD | NEW |