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 2969 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2980 | 2980 |
2981 // Network portal notification | 2981 // Network portal notification |
2982 | 2982 |
2983 const char kNetworkPortalNotificationName[] = | 2983 const char kNetworkPortalNotificationName[] = |
2984 "Notifications about captive portals"; | 2984 "Notifications about captive portals"; |
2985 | 2985 |
2986 const char kNetworkPortalNotificationDescription[] = | 2986 const char kNetworkPortalNotificationDescription[] = |
2987 "If enabled, notification is displayed when device is connected to a " | 2987 "If enabled, notification is displayed when device is connected to a " |
2988 "network behind captive portal."; | 2988 "network behind captive portal."; |
2989 | 2989 |
| 2990 const char kNetworkSettingsConfigName[] = |
| 2991 "Settings based Network Configuration"; |
| 2992 |
| 2993 const char kNetworkSettingsConfigDescription[] = |
| 2994 "Enables the Settings based network configuration UI instead of the Views " |
| 2995 "based configuration dialog."; |
| 2996 |
2990 const char kMtpWriteSupportName[] = "MTP write support"; | 2997 const char kMtpWriteSupportName[] = "MTP write support"; |
2991 | 2998 |
2992 const char kMtpWriteSupportDescription[] = | 2999 const char kMtpWriteSupportDescription[] = |
2993 "MTP write support in File System API (and file manager). In-place " | 3000 "MTP write support in File System API (and file manager). In-place " |
2994 "editing operations are not supported."; | 3001 "editing operations are not supported."; |
2995 | 3002 |
2996 const char kCrosRegionsModeName[] = "Cros-regions load mode"; | 3003 const char kCrosRegionsModeName[] = "Cros-regions load mode"; |
2997 | 3004 |
2998 const char kCrosRegionsModeDescription[] = | 3005 const char kCrosRegionsModeDescription[] = |
2999 "This flag controls cros-regions load mode"; | 3006 "This flag controls cros-regions load mode"; |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3185 | 3192 |
3186 const char kDisableNewVirtualKeyboardBehaviorName[] = | 3193 const char kDisableNewVirtualKeyboardBehaviorName[] = |
3187 "New window behavior for the accessibility keyboard"; | 3194 "New window behavior for the accessibility keyboard"; |
3188 const char kDisableNewVirtualKeyboardBehaviorDescription[] = | 3195 const char kDisableNewVirtualKeyboardBehaviorDescription[] = |
3189 "Disable new window behavior for the accessibility keyboard " | 3196 "Disable new window behavior for the accessibility keyboard " |
3190 "in non-sticky mode (do not change work area in non-sticky mode)."; | 3197 "in non-sticky mode (do not change work area in non-sticky mode)."; |
3191 | 3198 |
3192 #endif // defined(OS_CHROMEOS) | 3199 #endif // defined(OS_CHROMEOS) |
3193 | 3200 |
3194 } // namespace flag_descriptions | 3201 } // namespace flag_descriptions |
OLD | NEW |