| Index: chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.cc b/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| index 7a0eeebd683043e3b5f8addb0fe5d1f02ad8aa16..38f3cedc73a89bd040e05a47e65e624ec22c6d46 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| @@ -8,6 +8,8 @@
|
|
|
| namespace browser_sync {
|
|
|
| +const char kTestCacheGuid[] = "test-guid";
|
| +
|
| SyncBackendHostMock::SyncBackendHostMock() : fail_initial_download_(false) {}
|
| SyncBackendHostMock::~SyncBackendHostMock() {}
|
|
|
| @@ -26,6 +28,7 @@ void SyncBackendHostMock::Initialize(
|
| frontend->OnBackendInitialized(
|
| syncer::WeakHandle<syncer::JsBackend>(),
|
| syncer::WeakHandle<syncer::DataTypeDebugInfoListener>(),
|
| + kTestCacheGuid,
|
| !fail_initial_download_);
|
| }
|
|
|
|
|