Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index a22acbed5cf440e320e92f5edce24a9784a22778..7f4c94d95983e79e55f08dfc558309b35ac44be4 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -1328,6 +1328,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", |