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

Unified Diff: chrome/browser/sync/glue/sync_backend_host.h

Issue 7281017: [Sync] Add RequestCleanupDisabledTypes() method to SyncManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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/glue/sync_backend_host.h
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
index 9f7120a2b05f0d6a78feaa999eaea78b04bcd34a..a25dcd3b9fce858195e90ff4615205616f4bcbf2 100644
--- a/chrome/browser/sync/glue/sync_backend_host.h
+++ b/chrome/browser/sync/glue/sync_backend_host.h
@@ -360,9 +360,6 @@ class SyncBackendHost : public browser_sync::ModelSafeWorkerRegistrar {
void DoRequestNudge(const tracked_objects::Location& location);
void DoRequestClearServerData();
- // Sets |deferred_nudge_for_cleanup_requested_| to true. See comment below.
- void DeferNudgeForCleanup();
-
// Called on our SyncBackendHost's |sync_thread_| to set the passphrase
// on behalf of SyncBackendHost::SupplyPassphrase.
void DoSetPassphrase(const std::string& passphrase, bool is_explicit);
@@ -528,10 +525,6 @@ class SyncBackendHost : public browser_sync::ModelSafeWorkerRegistrar {
// modified from within the frontend_loop_ (UI thread).
bool processing_passphrase_;
- // True when a datatype has been disabled so that we nudge once sync is
- // resumed (after configuration is finished).
- bool deferred_nudge_for_cleanup_requested_;
-
DISALLOW_COPY_AND_ASSIGN(Core);
};
@@ -586,7 +579,6 @@ class SyncBackendHost : public browser_sync::ModelSafeWorkerRegistrar {
syncable::ModelTypeSet initial_types;
// Additional details about which types were added / removed.
- bool deleted_type;
syncable::ModelTypeBitSet added_types;
sync_api::ConfigureReason reason;
};

Powered by Google App Engine
This is Rietveld 408576698