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

Unified Diff: trunk/src/sync/internal_api/test/sync_manager_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/test/sync_manager_for_profile_sync_test.h
===================================================================
--- trunk/src/sync/internal_api/test/sync_manager_for_profile_sync_test.h (revision 238367)
+++ trunk/src/sync/internal_api/test/sync_manager_for_profile_sync_test.h (working copy)
@@ -19,12 +19,14 @@
: public syncer::SyncManagerImpl {
public:
SyncManagerForProfileSyncTest(std::string name,
- base::Closure init_callback);
+ base::Closure init_callback,
+ bool set_initial_sync_ended);
virtual ~SyncManagerForProfileSyncTest();
virtual void NotifyInitializationSuccess() OVERRIDE;
private:
base::Closure init_callback_;
+ bool set_initial_sync_ended_;
};
} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698