Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2848683003: MD Settings: Add settings-internet-config (WiFi only, no certs) (Closed)
Patch Set: More Feedback Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index af8b38ede4704bcf3ab0f057ce3e4340a090d51a..3678d380eaf6a16756a2168358f576d9f8f1a11c 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2982,6 +2982,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[] =

Powered by Google App Engine
This is Rietveld 408576698