| 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 2038 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2049 // Message center strings | 2049 // Message center strings |
| 2050 | 2050 |
| 2051 const char kMessageCenterAlwaysScrollUpUponRemovalName[] = | 2051 const char kMessageCenterAlwaysScrollUpUponRemovalName[] = |
| 2052 "Experiments that message center always scroll up upon notification " | 2052 "Experiments that message center always scroll up upon notification " |
| 2053 "removal"; | 2053 "removal"; |
| 2054 | 2054 |
| 2055 const char kMessageCenterAlwaysScrollUpUponRemovalDescription[] = | 2055 const char kMessageCenterAlwaysScrollUpUponRemovalDescription[] = |
| 2056 "Enables experiment that message center always scroll up when a " | 2056 "Enables experiment that message center always scroll up when a " |
| 2057 "notification is removed."; | 2057 "notification is removed."; |
| 2058 | 2058 |
| 2059 const char kMessageCenterNewStyleNotificationName[] = "New style notification"; |
| 2060 |
| 2061 const char kMessageCenterNewStyleNotificationDescription[] = |
| 2062 "Enables the experiment style of material-design notification"; |
| 2063 |
| 2059 const char kCastStreamingHwEncodingName[] = | 2064 const char kCastStreamingHwEncodingName[] = |
| 2060 "Cast Streaming hardware video encoding"; | 2065 "Cast Streaming hardware video encoding"; |
| 2061 | 2066 |
| 2062 const char kCastStreamingHwEncodingDescription[] = | 2067 const char kCastStreamingHwEncodingDescription[] = |
| 2063 "This option enables support in Cast Streaming for encoding video " | 2068 "This option enables support in Cast Streaming for encoding video " |
| 2064 "streams using platform hardware."; | 2069 "streams using platform hardware."; |
| 2065 | 2070 |
| 2066 const char kAllowInsecureLocalhostName[] = | 2071 const char kAllowInsecureLocalhostName[] = |
| 2067 "Allow invalid certificates for resources loaded from localhost."; | 2072 "Allow invalid certificates for resources loaded from localhost."; |
| 2068 | 2073 |
| (...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3216 | 3221 |
| 3217 const char kDisableNewVirtualKeyboardBehaviorName[] = | 3222 const char kDisableNewVirtualKeyboardBehaviorName[] = |
| 3218 "New window behavior for the accessibility keyboard"; | 3223 "New window behavior for the accessibility keyboard"; |
| 3219 const char kDisableNewVirtualKeyboardBehaviorDescription[] = | 3224 const char kDisableNewVirtualKeyboardBehaviorDescription[] = |
| 3220 "Disable new window behavior for the accessibility keyboard " | 3225 "Disable new window behavior for the accessibility keyboard " |
| 3221 "in non-sticky mode (do not change work area in non-sticky mode)."; | 3226 "in non-sticky mode (do not change work area in non-sticky mode)."; |
| 3222 | 3227 |
| 3223 #endif // defined(OS_CHROMEOS) | 3228 #endif // defined(OS_CHROMEOS) |
| 3224 | 3229 |
| 3225 } // namespace flag_descriptions | 3230 } // namespace flag_descriptions |
| OLD | NEW |