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

Unified Diff: chromeos/network/policy_applicator.cc

Issue 513143004: Renaming CreateShillConfiguration argument for clarification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | chromeos/network/policy_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/policy_applicator.cc
diff --git a/chromeos/network/policy_applicator.cc b/chromeos/network/policy_applicator.cc
index 088cd469d6f204792aada673c07d2c9d2471ab99..8b45c401caa04821ae910e6ad71bc34e60b85f5f 100644
--- a/chromeos/network/policy_applicator.cc
+++ b/chromeos/network/policy_applicator.cc
@@ -338,7 +338,8 @@ void PolicyApplicator::ApplyRemainingPolicies() {
<< " in profile " << profile_.ToDebugString() << ".";
scoped_ptr<base::DictionaryValue> shill_dictionary =
- policy_util::CreateShillConfiguration(profile_, *it, policy, NULL);
+ policy_util::CreateShillConfiguration(
+ profile_, *it, policy, NULL /* no user settings */);
WriteNewShillConfiguration(*shill_dictionary, *policy, false);
}
}
« no previous file with comments | « no previous file | chromeos/network/policy_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698