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