summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.h
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.h
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.h')
-rw-r--r--chromeos/chromeos_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h
index 6990982..a287962 100644
--- a/chromeos/chromeos_switches.h
+++ b/chromeos/chromeos_switches.h
@@ -24,6 +24,7 @@ CHROMEOS_EXPORT extern const char kChromeOSReleaseBoard[];
CHROMEOS_EXPORT extern const char kDbusStub[];
CHROMEOS_EXPORT extern const char kEnableLocallyManagedUserUIExperiments[];
CHROMEOS_EXPORT extern const char kEnableNewNetworkChangeNotifier[];
+CHROMEOS_EXPORT extern const char kEnableNewNetworkConfigurationHandlers[];
CHROMEOS_EXPORT extern const char kEnableScreensaverExtensions[];
CHROMEOS_EXPORT extern const char kSmsTestMessages[];