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

Unified Diff: trunk/src/sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h

Issue 98323003: Revert 238348 "Clean up TestProfileSyncService and related tests" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years 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: trunk/src/sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h
===================================================================
--- trunk/src/sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h (revision 238367)
+++ trunk/src/sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h (working copy)
@@ -15,12 +15,14 @@
class SyncManagerFactoryForProfileSyncTest : public syncer::SyncManagerFactory {
public:
- SyncManagerFactoryForProfileSyncTest(base::Closure init_callback);
+ SyncManagerFactoryForProfileSyncTest(base::Closure init_callback,
+ bool set_initial_sync_ended);
virtual ~SyncManagerFactoryForProfileSyncTest();
virtual scoped_ptr<syncer::SyncManager> CreateSyncManager(
std::string name) OVERRIDE;
private:
base::Closure init_callback_;
+ bool set_initial_sync_ended_;
};
} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698