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

Unified Diff: chrome/browser/about_flags.cc

Issue 2848683003: MD Settings: Add settings-internet-config (WiFi only, no certs) (Closed)
Patch Set: Rebase 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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 8559ba21531e92b7a2f2a2ec65c164480153549c..0e501a1d972fd375822d5af873af0670cdca01e5 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1286,6 +1286,9 @@ const FeatureEntry kFeatureEntries[] = {
ENABLE_DISABLE_VALUE_TYPE(
chromeos::switches::kEnableNetworkPortalNotification,
chromeos::switches::kDisableNetworkPortalNotification)},
+ {"network-settings-config", flag_descriptions::kNetworkSettingsConfigName,
+ flag_descriptions::kNetworkSettingsConfigDescription, kOsCrOS,
+ SINGLE_VALUE_TYPE(chromeos::switches::kNetworkSettingsConfig)},
#endif // OS_CHROMEOS
#if defined(OS_ANDROID)
{"enable-media-document-download-button",

Powered by Google App Engine
This is Rietveld 408576698