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 2934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2945 | 2945 |
2946 // Network portal notification | 2946 // Network portal notification |
2947 | 2947 |
2948 const char kNetworkPortalNotificationName[] = | 2948 const char kNetworkPortalNotificationName[] = |
2949 "Notifications about captive portals"; | 2949 "Notifications about captive portals"; |
2950 | 2950 |
2951 const char kNetworkPortalNotificationDescription[] = | 2951 const char kNetworkPortalNotificationDescription[] = |
2952 "If enabled, notification is displayed when device is connected to a " | 2952 "If enabled, notification is displayed when device is connected to a " |
2953 "network behind captive portal."; | 2953 "network behind captive portal."; |
2954 | 2954 |
| 2955 const char kNetworkSettingsConfigName[] = |
| 2956 "Settings based Network Configuration"; |
| 2957 |
| 2958 const char kNetworkSettingsConfigDescription[] = |
| 2959 "Enables the Settings based network configuration UI instead of the Views " |
| 2960 "based configuration dialog."; |
| 2961 |
2955 const char kMtpWriteSupportName[] = "MTP write support"; | 2962 const char kMtpWriteSupportName[] = "MTP write support"; |
2956 | 2963 |
2957 const char kMtpWriteSupportDescription[] = | 2964 const char kMtpWriteSupportDescription[] = |
2958 "MTP write support in File System API (and file manager). In-place " | 2965 "MTP write support in File System API (and file manager). In-place " |
2959 "editing operations are not supported."; | 2966 "editing operations are not supported."; |
2960 | 2967 |
2961 const char kCrosRegionsModeName[] = "Cros-regions load mode"; | 2968 const char kCrosRegionsModeName[] = "Cros-regions load mode"; |
2962 | 2969 |
2963 const char kCrosRegionsModeDescription[] = | 2970 const char kCrosRegionsModeDescription[] = |
2964 "This flag controls cros-regions load mode"; | 2971 "This flag controls cros-regions load mode"; |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3150 | 3157 |
3151 const char kDisableNewVirtualKeyboardBehaviorName[] = | 3158 const char kDisableNewVirtualKeyboardBehaviorName[] = |
3152 "New window behavior for the accessibility keyboard"; | 3159 "New window behavior for the accessibility keyboard"; |
3153 const char kDisableNewVirtualKeyboardBehaviorDescription[] = | 3160 const char kDisableNewVirtualKeyboardBehaviorDescription[] = |
3154 "Disable new window behavior for the accessibility keyboard " | 3161 "Disable new window behavior for the accessibility keyboard " |
3155 "in non-sticky mode (do not change work area in non-sticky mode)."; | 3162 "in non-sticky mode (do not change work area in non-sticky mode)."; |
3156 | 3163 |
3157 #endif // defined(OS_CHROMEOS) | 3164 #endif // defined(OS_CHROMEOS) |
3158 | 3165 |
3159 } // namespace flag_descriptions | 3166 } // namespace flag_descriptions |
OLD | NEW |