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

Unified Diff: chrome/browser/policy/user_cloud_policy_store.cc

Issue 10854213: Added UserCloudPolicyManager::ShutdownAndRemovePolicy() (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/user_cloud_policy_store.cc
diff --git a/chrome/browser/policy/user_cloud_policy_store.cc b/chrome/browser/policy/user_cloud_policy_store.cc
index 9817828acf22f3efc308df7eb13308945f38c3d0..69d4461bcc20af5679231c1abff39d601f69d077 100644
--- a/chrome/browser/policy/user_cloud_policy_store.cc
+++ b/chrome/browser/policy/user_cloud_policy_store.cc
@@ -28,6 +28,10 @@ void UserCloudPolicyStore::Load() {
NotifyStoreLoaded();
}
+void UserCloudPolicyStore::RemoveStoredPolicy() {
+ // TODO(atwilson): Remove policy from disk.
+}
+
void UserCloudPolicyStore::Store(
const enterprise_management::PolicyFetchResponse& policy) {
// Stop any pending requests to store policy, then validate the new policy
« no previous file with comments | « chrome/browser/policy/user_cloud_policy_store.h ('k') | chrome/browser/policy/user_cloud_policy_store_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698