| 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 38f3cedc73a89bd040e05a47e65e624ec22c6d46..7a0eeebd683043e3b5f8addb0fe5d1f02ad8aa16 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| @@ -7,8 +7,6 @@
|
| #include "components/sync_driver/sync_frontend.h"
|
|
|
| namespace browser_sync {
|
| -
|
| -const char kTestCacheGuid[] = "test-guid";
|
|
|
| SyncBackendHostMock::SyncBackendHostMock() : fail_initial_download_(false) {}
|
| SyncBackendHostMock::~SyncBackendHostMock() {}
|
| @@ -28,7 +26,6 @@
|
| frontend->OnBackendInitialized(
|
| syncer::WeakHandle<syncer::JsBackend>(),
|
| syncer::WeakHandle<syncer::DataTypeDebugInfoListener>(),
|
| - kTestCacheGuid,
|
| !fail_initial_download_);
|
| }
|
|
|
|
|