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

Unified Diff: chromeos/network/policy_applicator.h

Issue 68213018: ONC policy: Support SSID and Security change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 7 years, 1 month 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
« no previous file with comments | « no previous file | chromeos/network/policy_applicator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/policy_applicator.h
diff --git a/chromeos/network/policy_applicator.h b/chromeos/network/policy_applicator.h
index facb37833781432b7d26d0502d25863cd38f9872..a98aae76ea5d48f12f07f0602e4124c1f31da0b4 100644
--- a/chromeos/network/policy_applicator.h
+++ b/chromeos/network/policy_applicator.h
@@ -69,12 +69,9 @@ class PolicyApplicator : public base::RefCounted<PolicyApplicator> {
// Sends Shill the command to delete profile entry |entry| from |profile_|.
void DeleteEntry(const std::string& entry);
- // Creates a Shill configuration from the given parameters and sends them to
- // Shill. |user_settings| can be NULL if none exist.
- void CreateAndWriteNewShillConfiguration(
- const std::string& guid,
- const base::DictionaryValue& policy,
- const base::DictionaryValue* user_settings);
+ // Sends the Shill configuration |shill_dictionary| to Shill.
+ void WriteNewShillConfiguration(const base::DictionaryValue& shill_dictionary,
+ const base::DictionaryValue& policy);
// Adds properties to |properties_to_update|, which are enforced on an
// unamaged network by the global network config of the policy.
« no previous file with comments | « no previous file | chromeos/network/policy_applicator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698