Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / sync / internal_api / public / sync_manager.h
index de8ee79..b90c597 100644 (file)
@@ -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();
   };