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 2980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2991 | 2991 |
2992 // Network portal notification | 2992 // Network portal notification |
2993 | 2993 |
2994 const char kNetworkPortalNotificationName[] = | 2994 const char kNetworkPortalNotificationName[] = |
2995 "Notifications about captive portals"; | 2995 "Notifications about captive portals"; |
2996 | 2996 |
2997 const char kNetworkPortalNotificationDescription[] = | 2997 const char kNetworkPortalNotificationDescription[] = |
2998 "If enabled, notification is displayed when device is connected to a " | 2998 "If enabled, notification is displayed when device is connected to a " |
2999 "network behind captive portal."; | 2999 "network behind captive portal."; |
3000 | 3000 |
| 3001 const char kNetworkSettingsConfigName[] = |
| 3002 "Settings based Network Configuration"; |
| 3003 |
| 3004 const char kNetworkSettingsConfigDescription[] = |
| 3005 "Enables the Settings based network configuration UI instead of the Views " |
| 3006 "based configuration dialog."; |
| 3007 |
3001 const char kMtpWriteSupportName[] = "MTP write support"; | 3008 const char kMtpWriteSupportName[] = "MTP write support"; |
3002 | 3009 |
3003 const char kMtpWriteSupportDescription[] = | 3010 const char kMtpWriteSupportDescription[] = |
3004 "MTP write support in File System API (and file manager). In-place " | 3011 "MTP write support in File System API (and file manager). In-place " |
3005 "editing operations are not supported."; | 3012 "editing operations are not supported."; |
3006 | 3013 |
3007 const char kCrosRegionsModeName[] = "Cros-regions load mode"; | 3014 const char kCrosRegionsModeName[] = "Cros-regions load mode"; |
3008 | 3015 |
3009 const char kCrosRegionsModeDescription[] = | 3016 const char kCrosRegionsModeDescription[] = |
3010 "This flag controls cros-regions load mode"; | 3017 "This flag controls cros-regions load mode"; |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3196 | 3203 |
3197 const char kDisableNewVirtualKeyboardBehaviorName[] = | 3204 const char kDisableNewVirtualKeyboardBehaviorName[] = |
3198 "New window behavior for the accessibility keyboard"; | 3205 "New window behavior for the accessibility keyboard"; |
3199 const char kDisableNewVirtualKeyboardBehaviorDescription[] = | 3206 const char kDisableNewVirtualKeyboardBehaviorDescription[] = |
3200 "Disable new window behavior for the accessibility keyboard " | 3207 "Disable new window behavior for the accessibility keyboard " |
3201 "in non-sticky mode (do not change work area in non-sticky mode)."; | 3208 "in non-sticky mode (do not change work area in non-sticky mode)."; |
3202 | 3209 |
3203 #endif // defined(OS_CHROMEOS) | 3210 #endif // defined(OS_CHROMEOS) |
3204 | 3211 |
3205 } // namespace flag_descriptions | 3212 } // namespace flag_descriptions |
OLD | NEW |