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

Unified Diff: chrome/browser/policy/cloud/user_cloud_policy_invalidator.h

Issue 23592017: Fix policy invalidator lifecycle bugs for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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/user_cloud_policy_invalidator.h
diff --git a/chrome/browser/policy/cloud/user_cloud_policy_invalidator.h b/chrome/browser/policy/cloud/user_cloud_policy_invalidator.h
index 96988c1a63ec42ca27ef8c8248bcd4be4da8bd3e..52f01be56fa2422723a681853752508d7e73fd02 100644
--- a/chrome/browser/policy/cloud/user_cloud_policy_invalidator.h
+++ b/chrome/browser/policy/cloud/user_cloud_policy_invalidator.h
@@ -43,9 +43,6 @@ class UserCloudPolicyInvalidator : public CloudPolicyInvalidator,
// The profile associated with the invalidator.
Profile* profile_;
- // The policy manager for the user policy.
- CloudPolicyManager* policy_manager_;
-
// Used to register for notification that profile creation is complete.
content::NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698