| 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 const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas"; | 9 const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas"; |
| 10 const char kAccelerated2dCanvasDescription[] = | 10 const char kAccelerated2dCanvasDescription[] = |
| (...skipping 2063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2074 | 2074 |
| 2075 const char kBootAnimationDescription[] = | 2075 const char kBootAnimationDescription[] = |
| 2076 "Wallpaper boot animation (except for OOBE case)."; | 2076 "Wallpaper boot animation (except for OOBE case)."; |
| 2077 | 2077 |
| 2078 const char kTetherName[] = "Instant Tethering"; | 2078 const char kTetherName[] = "Instant Tethering"; |
| 2079 | 2079 |
| 2080 const char kTetherDescription[] = | 2080 const char kTetherDescription[] = |
| 2081 "Enables Instant Tethering. Instant Tethering allows your nearby Google " | 2081 "Enables Instant Tethering. Instant Tethering allows your nearby Google " |
| 2082 "phone to share its Internet connection with this device."; | 2082 "phone to share its Internet connection with this device."; |
| 2083 | 2083 |
| 2084 const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences."; |
| 2085 const char kEnablePerUserTimezoneDescription[] = |
| 2086 "Chrome OS system timezone preference is stored and handled for each user " |
| 2087 "individually."; |
| 2088 |
| 2084 #endif // defined(OS_CHROMEOS) | 2089 #endif // defined(OS_CHROMEOS) |
| 2085 | 2090 |
| 2086 #if defined(OS_CHROMEOS) | 2091 #if defined(OS_CHROMEOS) |
| 2087 | 2092 |
| 2088 const char kFirstRunUiTransitionsName[] = | 2093 const char kFirstRunUiTransitionsName[] = |
| 2089 "Animated transitions in the first-run tutorial"; | 2094 "Animated transitions in the first-run tutorial"; |
| 2090 | 2095 |
| 2091 const char kFirstRunUiTransitionsDescription[] = | 2096 const char kFirstRunUiTransitionsDescription[] = |
| 2092 "Transitions during first-run tutorial are animated."; | 2097 "Transitions during first-run tutorial are animated."; |
| 2093 | 2098 |
| (...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2795 "Use Chrome OS MIDI Service for Web MIDI and allow ARC to support Android " | 2800 "Use Chrome OS MIDI Service for Web MIDI and allow ARC to support Android " |
| 2796 "MIDI."; | 2801 "MIDI."; |
| 2797 | 2802 |
| 2798 const char kMultideviceName[] = "Enable multidevice features"; | 2803 const char kMultideviceName[] = "Enable multidevice features"; |
| 2799 const char kMultideviceDescription[] = | 2804 const char kMultideviceDescription[] = |
| 2800 "Enables UI for controlling multidevice features."; | 2805 "Enables UI for controlling multidevice features."; |
| 2801 | 2806 |
| 2802 #endif // defined(OS_CHROMEOS) | 2807 #endif // defined(OS_CHROMEOS) |
| 2803 | 2808 |
| 2804 } // namespace flag_descriptions | 2809 } // namespace flag_descriptions |
| OLD | NEW |