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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2848683003: MD Settings: Add settings-internet-config (WiFi only, no certs) (Closed)
Patch Set: Rebase + add histogram enum 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 f88968b87677b2e093fec0b550230a23bf1d74d7..9f7f877601d169d29be6c48ac521203f303b44f9 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2998,6 +2998,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[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/resources/settings/internet_page/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698