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

Unified Diff: chrome/browser/chromeos/policy/network_configuration_updater.h

Issue 23526016: Autoconnect policy for CrOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/chromeos/policy/network_configuration_updater.h
diff --git a/chrome/browser/chromeos/policy/network_configuration_updater.h b/chrome/browser/chromeos/policy/network_configuration_updater.h
index 3e7fe0d4941a7922fd7fdf57e50c7a88849a7e3d..376eaae61f208a9209f4d006398588a248dbec56 100644
--- a/chrome/browser/chromeos/policy/network_configuration_updater.h
+++ b/chrome/browser/chromeos/policy/network_configuration_updater.h
@@ -69,7 +69,8 @@ class NetworkConfigurationUpdater : public PolicyService::Observer {
// Pushes the network part of the policy to the
// ManagedNetworkConfigurationHandler. This can be overridden by subclasses to
// modify |network_configs_onc| before the actual application.
- virtual void ApplyNetworkPolicy(base::ListValue* network_configs_onc);
+ virtual void ApplyNetworkPolicy(base::ListValue* network_configs_onc,
+ base::DictionaryValue* global_network_config);
onc::ONCSource onc_source_;

Powered by Google App Engine
This is Rietveld 408576698