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

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

Issue 158953004: sync: Move migration signal out of snapshot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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_impl.h
diff --git a/chrome/browser/sync/glue/sync_backend_host_impl.h b/chrome/browser/sync/glue/sync_backend_host_impl.h
index d1fca6ec6308514ba8d184d64a578dcbd8800d59..c41a1ea6c0345b18ddf255c7ad21dba495b9b73e 100644
--- a/chrome/browser/sync/glue/sync_backend_host_impl.h
+++ b/chrome/browser/sync/glue/sync_backend_host_impl.h
@@ -202,6 +202,9 @@ class SyncBackendHostImpl
void HandleActionableErrorEventOnFrontendLoop(
const syncer::SyncProtocolError& sync_error);
+ // Handle a migration request.
+ void HandleMigrationRequestedOnFrontendLoop(const syncer::ModelTypeSet types);
+
// Checks if |passphrase| can be used to decrypt the cryptographer's pending
// keys that were cached during NotifyPassphraseRequired. Returns true if
// decryption was successful. Returns false otherwise. Must be called with a

Powered by Google App Engine
This is Rietveld 408576698