summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_service_mock.h
diff options
context:
space:
mode:
authorskrul@chromium.org <skrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-17 22:26:33 +0000
committerskrul@chromium.org <skrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-17 22:26:33 +0000
commit72a31b4cffaaf6a60500b31323ba7fba6793a074 (patch)
tree7dd7373eda131c1150294098453624a7077f3209 /chrome/browser/sync/profile_sync_service_mock.h
parentc4820a1ae76fed51e67e5db456c99701f2f16e18 (diff)
downloadchromium_src-72a31b4cffaaf6a60500b31323ba7fba6793a074.zip
chromium_src-72a31b4cffaaf6a60500b31323ba7fba6793a074.tar.gz
chromium_src-72a31b4cffaaf6a60500b31323ba7fba6793a074.tar.bz2
This change will include preferences as part of the usual startup sequence of the PSS that already includes bookmarks. This is a temporary solution until we have a proper component to manage the startup and shutdown of multiple data types.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=39143 Review URL: http://codereview.chromium.org/601037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39282 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/profile_sync_service_mock.h')
-rw-r--r--chrome/browser/sync/profile_sync_service_mock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/profile_sync_service_mock.h b/chrome/browser/sync/profile_sync_service_mock.h
index e2b4dde..661ada8 100644
--- a/chrome/browser/sync/profile_sync_service_mock.h
+++ b/chrome/browser/sync/profile_sync_service_mock.h
@@ -15,7 +15,7 @@
class ProfileSyncServiceMock : public ProfileSyncService {
public:
- ProfileSyncServiceMock() : ProfileSyncService(NULL) {}
+ ProfileSyncServiceMock() : ProfileSyncService(NULL, false) {}
virtual ~ProfileSyncServiceMock() {}
MOCK_METHOD0(EnableForUser, void());