Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: chrome/browser/sync/test_profile_sync_service.h

Issue 7655055: [Sync] Make BackendMigrator not wait for full sync cycles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix race condition Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/test_profile_sync_service.h
diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h
index 438472335c0027d5a602689d4ad57b9a6e793652..b098375aa88848b2df3ea35e79e69d527a32c98b 100644
--- a/chrome/browser/sync/test_profile_sync_service.h
+++ b/chrome/browser/sync/test_profile_sync_service.h
@@ -45,7 +45,7 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHost {
virtual sync_api::HttpPostProviderFactory* MakeHttpBridgeFactory(
const scoped_refptr<net::URLRequestContextGetter>& getter) OVERRIDE;
- virtual void StartConfiguration(Callback0::Type* callback) OVERRIDE;
+ virtual void StartConfiguration(bool cleanup_disabled_types) OVERRIDE;
static void SetDefaultExpectationsForWorkerCreation(ProfileMock* profile);

Powered by Google App Engine
This is Rietveld 408576698