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

Unified Diff: chrome/browser/configuration_policy_provider.h

Issue 2119005: [Win] Implement core mechanism to honor Windows Group Policy (Closed)
Patch Set: merge with latest Created 10 years, 7 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/configuration_policy_provider.h
diff --git a/chrome/browser/configuration_policy_provider.h b/chrome/browser/configuration_policy_provider.h
index daf5cb494ab7bd21ff78790aae5dad6c3f091ab8..aedc4e713e948e46d597df03842c3760b8b54753 100644
--- a/chrome/browser/configuration_policy_provider.h
+++ b/chrome/browser/configuration_policy_provider.h
@@ -22,7 +22,7 @@ class ConfigurationPolicyProvider {
// provider-specific policy decisions. The preference service
// invokes this |Provide| method when it needs a policy
// provider to specify its policy choices. In |Provide|,
- // the ConfigurationPolicyProvider must make calls to the
+ // the |ConfigurationPolicyProvider| must make calls to the
// |Apply| method of |store| to apply specific policies.
// Returns true if the policy could be provided, otherwise false.
virtual bool Provide(ConfigurationPolicyStore* store) = 0;
@@ -38,3 +38,4 @@ void DecodePolicyValueTree(DictionaryValue* policies,
ConfigurationPolicyStore* store);
#endif // CHROME_BROWSER_CONFIGURATION_POLICY_PROVIDER_H_
+
« no previous file with comments | « chrome/browser/configuration_policy_pref_store_unittest.cc ('k') | chrome/browser/configuration_policy_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698