| Index: chrome/browser/profiles/profile.h
|
| ===================================================================
|
| --- chrome/browser/profiles/profile.h (revision 178359)
|
| +++ 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_;
|
|
|
|
|