Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index 0f7624fb655a41fe3f04b5cc61c08291a2d5d4a0..cc20b28900325da5603d39f15c4229d85aaa9e4d 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -411,6 +411,9 @@ const char kMemoryPressureThresholds[] = "memory-pressure-thresholds"; |
// Enables natural scroll by default. |
const char kNaturalScrollDefault[] = "enable-natural-scroll-default"; |
+// Enables Settings based network config in MD Settings. |
+const char kNetworkSettingsConfig[] = "network-settings-config"; |
+ |
// An optional comma-separated list of IDs of apps that can be used to take |
// notes. If unset, a hardcoded list is used instead. |
const char kNoteTakingAppIds[] = "note-taking-app-ids"; |