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

Unified Diff: chrome/browser/profiles/profile.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
Index: chrome/browser/profiles/profile.h
===================================================================
--- chrome/browser/profiles/profile.h (revision 150390)
+++ chrome/browser/profiles/profile.h (working copy)
@@ -65,8 +65,8 @@
}
namespace history {
-class ShortcutsBackend;
class TopSites;
+class ShortcutsBackend;
}
namespace net {
@@ -75,7 +75,6 @@
namespace policy {
class PolicyService;
-class UserCloudPolicyManager;
}
class Profile : public content::BrowserContext {
@@ -250,10 +249,6 @@
// doesn't already exist.
virtual HistoryService* GetHistoryServiceWithoutCreating() = 0;
- // Returns the UserCloudPolicyManager (if any) that handles this profile's
- // connection to the cloud-based management service.
- virtual policy::UserCloudPolicyManager* GetUserCloudPolicyManager() = 0;
-
// Returns the PolicyService that provides policies for this profile.
virtual policy::PolicyService* GetPolicyService() = 0;
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.cc ('k') | chrome/browser/profiles/profile_dependency_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698