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

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: Renamed policy. 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..4b6556ba95bb24e83572587144042b244bef24f2 100644
--- a/chrome/browser/chromeos/policy/network_configuration_updater.h
+++ b/chrome/browser/chromeos/policy/network_configuration_updater.h
@@ -14,6 +14,8 @@
#include "components/onc/onc_constants.h"
namespace base {
+class DictionaryValue;
+class ListValue;
class Value;
}
@@ -69,7 +71,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