summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.h
diff options
context:
space:
mode:
authorskrul@chromium.org <skrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-10 20:13:43 +0000
committerskrul@chromium.org <skrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-10 20:13:43 +0000
commit4aea04a6cd871857af72c351a502f21aa142de9e (patch)
treec67020ad646a5b4056036fbe2a7529917502ffb7 /chrome/browser/profile.h
parent7a5b2d8af981cb861f0b555f2b15895165a02369 (diff)
downloadchromium_src-4aea04a6cd871857af72c351a502f21aa142de9e.zip
chromium_src-4aea04a6cd871857af72c351a502f21aa142de9e.tar.gz
chromium_src-4aea04a6cd871857af72c351a502f21aa142de9e.tar.bz2
First stab at a DataTypeController.
This is my first stab at a DataTypeController, plus a BookmarkDataTypeController implementation. It is not fully wired into the PSS yet :) Review URL: http://codereview.chromium.org/545074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r--chrome/browser/profile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h
index 3a5ff60..eaa05b6 100644
--- a/chrome/browser/profile.h
+++ b/chrome/browser/profile.h
@@ -51,6 +51,7 @@ class PasswordStore;
class PersonalDataManager;
class PrefService;
class ProfileSyncService;
+class ProfileSyncFactory;
class SearchVersusNavigateClassifier;
class SessionService;
class SpellCheckHost;
@@ -538,6 +539,7 @@ class ProfileImpl : public Profile,
scoped_refptr<WebResourceService> web_resource_service_;
scoped_ptr<NTPResourceCache> ntp_resource_cache_;
+ scoped_ptr<ProfileSyncFactory> profile_sync_factory_;
scoped_ptr<ProfileSyncService> sync_service_;
scoped_refptr<ChromeURLRequestContextGetter> request_context_;