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

Unified Diff: chrome/browser/profiles/profile.h

Issue 12049052: Move core url data manager classes to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 7 years, 11 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 178598)
+++ chrome/browser/profiles/profile.h (working copy)
@@ -13,11 +13,9 @@
#include "base/hash_tables.h"
#include "base/logging.h"
#include "chrome/browser/net/pref_proxy_config_tracker.h"
-#include "chrome/browser/ui/webui/chrome_url_data_manager_factory.h"
#include "content/public/browser/browser_context.h"
class ChromeAppCacheService;
-class ChromeURLDataManager;
class ExtensionService;
class ExtensionSpecialStoragePolicy;
class FaviconService;
@@ -364,16 +362,8 @@
protected:
// TODO(erg, willchan): Remove friendship once |ProfileIOData| is made into
// a |ProfileKeyedService|.
- friend class ChromeURLDataManagerFactory;
friend class OffTheRecordProfileImpl;
- // Returns a callback to a method returning a |ChromeURLDataManagerBackend|.
- // Used to create a |ChromeURLDataManager| for this |Profile|.
- // TODO(erg, willchan): Remove this once |ProfileIOData| is made into a
- // |ProfileKeyedService|.
- virtual base::Callback<ChromeURLDataManagerBackend*(void)>
- GetChromeURLDataManagerBackendGetter() const = 0;
-
private:
bool restored_last_session_;
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_io_data.cc ('k') | chrome/browser/profiles/profile_dependency_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698