summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.cc
diff options
context:
space:
mode:
authorpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-27 12:19:28 +0000
committerpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-27 12:19:28 +0000
commitcdbea94e52b0a9fb0590d1e219f764ca44836d37 (patch)
tree234fc1af44d71b703787992849fb4d0597c2193d /chromeos/chromeos_switches.cc
parentf1d7a4f0cffe12d8aa315d3711b6069f11effbe2 (diff)
downloadchromium_src-cdbea94e52b0a9fb0590d1e219f764ca44836d37.zip
chromium_src-cdbea94e52b0a9fb0590d1e219f764ca44836d37.tar.gz
chromium_src-cdbea94e52b0a9fb0590d1e219f764ca44836d37.tar.bz2
- Adding a new ManagedNetworkConfigurationHandler.
- Adapting the NetworkingPrivate extension API to use the new handler if it's available. - Changing explicit ownership of NetworkConfigurationHandler to singleton. - Adding gspencer@ and me as owners. The new handler will be responsible to - enforce network policies - handle shared vs. non-shared network configuration Compared to the NetworkConfigurationHandler, this handler shouldn't use Shill properties but ONC wherever possible. TBR=zelidrag@chromium.org (for gypi change) BUG=157696,148353 Review URL: https://chromiumcodereview.appspot.com/12211103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184933 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r--chromeos/chromeos_switches.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 440e589..45e076f 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -24,6 +24,10 @@ const char kEnableNewNetworkChangeNotifier[] =
// Enables screensaver extensions.
const char kEnableScreensaverExtensions[] = "enable-screensaver-extensions";
+// Enables the new NetworkConfigurationHandler class.
+const char kEnableNewNetworkConfigurationHandlers[] =
+ "enable-new-network-configuration-handlers";
+
// Sends test messages on first call to RequestUpdate (stub only).
const char kSmsTestMessages[] = "sms-test-messages";