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: chrome/browser/sync/engine/syncer.h

Issue 7281017: [Sync] Add RequestCleanupDisabledTypes() method to SyncManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Replaced with TODOs Created 9 years, 5 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
« no previous file with comments | « chrome/browser/sync/engine/syncapi.cc ('k') | chrome/browser/sync/engine/syncer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/syncer.h
diff --git a/chrome/browser/sync/engine/syncer.h b/chrome/browser/sync/engine/syncer.h
index 25180aaf3053da9fdd5a5ca45d98ecaad5a36735..b333de72914b9037062a327fccf18d102c57ac8e 100644
--- a/chrome/browser/sync/engine/syncer.h
+++ b/chrome/browser/sync/engine/syncer.h
@@ -74,8 +74,6 @@ class Syncer {
public:
typedef std::vector<int64> UnsyncedMetaHandles;
- // The constructor may be called from a thread that is not the Syncer's
- // dedicated thread, to allow some flexibility in the setup.
Syncer();
virtual ~Syncer();
@@ -84,8 +82,7 @@ class Syncer {
bool ExitRequested();
void RequestEarlyExit();
- // Like SyncShare() above, but |first_step| and |last_step| are provided to
- // perform a partial sync cycle, stopping after |last_step| is performed.
+ // Runs a sync cycle from |first_step| to |last_step|.
virtual void SyncShare(sessions::SyncSession* session,
SyncerStep first_step,
SyncerStep last_step);
« no previous file with comments | « chrome/browser/sync/engine/syncapi.cc ('k') | chrome/browser/sync/engine/syncer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698