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

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

Issue 10823208: Reverting this as it causes browser tests on the Linux ChromiumOS builder to fail. (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
« no previous file with comments | « chrome/browser/policy/cloud_policy_provider.cc ('k') | chrome/browser/policy/cloud_policy_subsystem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/cloud_policy_store.h
===================================================================
--- chrome/browser/policy/cloud_policy_store.h (revision 150390)
+++ chrome/browser/policy/cloud_policy_store.h (working copy)
@@ -12,8 +12,6 @@
#include "chrome/browser/policy/policy_map.h"
#include "chrome/browser/policy/proto/device_management_backend.pb.h"
-class Profile;
-
namespace policy {
// Defines the low-level interface used by the cloud policy code to:
@@ -93,12 +91,6 @@
// Removes the specified observer.
void RemoveObserver(Observer* observer);
- // Factory method to create a CloudPolicyStore appropriate for the current
- // platform, for storing user policy for the user associated with the passed
- // |profile|. Implementation is defined in the individual platform store
- // files.
- static scoped_ptr<CloudPolicyStore> CreateUserPolicyStore(Profile* profile);
-
protected:
// Invokes the corresponding callback on all registered observers.
void NotifyStoreLoaded();
« no previous file with comments | « chrome/browser/policy/cloud_policy_provider.cc ('k') | chrome/browser/policy/cloud_policy_subsystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698