Index: chrome/browser/flag_descriptions.cc |
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
index a05be8ee7f43a031a9f406ff54c3e219e09e8529..607c590074ad4888aa870273128178ac16d8a273 100644 |
--- a/chrome/browser/flag_descriptions.cc |
+++ b/chrome/browser/flag_descriptions.cc |
@@ -2952,6 +2952,13 @@ const char kNetworkPortalNotificationDescription[] = |
"If enabled, notification is displayed when device is connected to a " |
"network behind captive portal."; |
+const char kNetworkSettingsConfigName[] = |
+ "Settings based Network Configuration"; |
+ |
+const char kNetworkSettingsConfigDescription[] = |
+ "Enables the Settings based network configuration UI instead of the Views " |
+ "based configuration dialog."; |
+ |
const char kMtpWriteSupportName[] = "MTP write support"; |
const char kMtpWriteSupportDescription[] = |