Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / sync / internal_api / debug_info_event_listener.cc
index f46c4ee..a80d803 100644 (file)
@@ -84,11 +84,6 @@ void DebugInfoEventListener::OnBootstrapTokenUpdated(
   CreateAndAddEvent(sync_pb::DebugEventInfo::KEYSTORE_TOKEN_UPDATED);
 }
 
-void DebugInfoEventListener::OnStopSyncingPermanently() {
-  DCHECK(thread_checker_.CalledOnValidThread());
-  CreateAndAddEvent(sync_pb::DebugEventInfo::STOP_SYNCING_PERMANENTLY);
-}
-
 void DebugInfoEventListener::OnEncryptedTypesChanged(
     ModelTypeSet encrypted_types,
     bool encrypt_everything) {
@@ -121,6 +116,8 @@ void DebugInfoEventListener::OnActionableError(
   CreateAndAddEvent(sync_pb::DebugEventInfo::ACTIONABLE_ERROR);
 }
 
+void DebugInfoEventListener::OnMigrationRequested(ModelTypeSet types) {}
+
 void DebugInfoEventListener::OnNudgeFromDatatype(ModelType datatype) {
   DCHECK(thread_checker_.CalledOnValidThread());
   sync_pb::DebugEventInfo event_info;