X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsync%2Finternal_api%2Fpublic%2Fsync_manager.h;h=b90c5973939d19a77b59b4e359a0ab8c6a0d0ea1;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=de8ee792598a3169af30c5312235b9ef31bedf7d;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/sync/internal_api/public/sync_manager.h b/src/sync/internal_api/public/sync_manager.h index de8ee79..b90c597 100644 --- a/src/sync/internal_api/public/sync_manager.h +++ b/src/sync/internal_api/public/sync_manager.h @@ -219,15 +219,11 @@ class SYNC_EXPORT SyncManager : public syncer::InvalidationHandler { bool success, ModelTypeSet restored_types) = 0; - // We are no longer permitted to communicate with the server. Sync should - // be disabled and state cleaned up at once. This can happen for a number - // of reasons, e.g. swapping from a test instance to production, or a - // global stop syncing operation has wiped the store. - virtual void OnStopSyncingPermanently() = 0; - virtual void OnActionableError( const SyncProtocolError& sync_protocol_error) = 0; + virtual void OnMigrationRequested(ModelTypeSet types) = 0; + protected: virtual ~Observer(); };