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

Unified Diff: chrome/browser/policy/cloud_policy_client.h

Issue 10885015: Implement new-style CloudPolicyStore for Chrome OS device policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: chrome/browser/policy/cloud_policy_client.h
diff --git a/chrome/browser/policy/cloud_policy_client.h b/chrome/browser/policy/cloud_policy_client.h
index 85b924a4d0c5700868c7d544a3bf9ddaff60d405..31bac36c47155f424cb9e73647ea94f44ab7ed2a 100644
--- a/chrome/browser/policy/cloud_policy_client.h
+++ b/chrome/browser/policy/cloud_policy_client.h
@@ -132,7 +132,7 @@ class CloudPolicyClient {
bool is_registered() const { return !dm_token_.empty(); }
// The policy response as obtained by the last request to the cloud. This
- // policy blob hasn't gone through verification, so it's contents cannot be
+ // policy blob hasn't gone through verification, so its contents cannot be
// trusted. Use CloudPolicyStore::policy() and CloudPolicyStore::policy_map()
// instead for making policy decisions.
const enterprise_management::PolicyFetchResponse* policy() const {

Powered by Google App Engine
This is Rietveld 408576698