Cleanup sync v1 migration (#20906)

* Removed Sync V1 => V2 migration code
* Moved obsolete sync prefs registration to RegisterProfilePrefsForMigration
This commit is contained in:
AlexeyBarabash
2023-11-09 22:11:49 +02:00
committed by GitHub
parent 4c8f8fb831
commit bcb5018842
36 changed files with 84 additions and 994 deletions
-13
View File
@@ -1,13 +0,0 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="30dp"
android:height="30dp"
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:pathData="M0,0h30v30h-30z"
android:fillColor="#ffffff"/>
<path
android:pathData="M9.2641,9.2609C10.8742,9.2609 12.1848,8.041 12.3601,6.4779C16.1677,5.7965 20.0328,7.4379 21.9883,10.8261C22.1824,11.161 22.533,11.3478 22.894,11.3478C23.0704,11.3478 23.2498,11.303 23.4147,11.208C23.9135,10.92 24.0846,10.2824 23.7966,9.7826C21.3831,5.6014 16.6227,3.577 11.902,4.4577C11.3469,3.5844 10.3764,3 9.2641,3C7.535,3 6.1337,4.4014 6.1337,6.1304C6.1337,7.8595 7.535,9.2609 9.2641,9.2609ZM9.2641,20.7391C8.6495,20.7391 8.0798,20.9228 7.5956,21.2296C6.5469,20.1746 5.7789,18.8546 5.3834,17.3583C4.7918,15.12 5.0933,12.8003 6.2328,10.8261C6.5208,10.3263 6.3497,9.6887 5.8509,9.4007C5.3521,9.1127 4.7135,9.2828 4.4245,9.7826C3.0085,12.2379 2.6328,15.1169 3.3664,17.8915C3.8808,19.8376 4.9034,21.5447 6.3069,22.8856C6.2025,23.1965 6.1337,23.5231 6.1337,23.8696C6.1337,25.5986 7.5351,27 9.2641,27C10.9932,27 12.3946,25.5986 12.3946,23.8696C12.3946,22.1405 10.9932,20.7391 9.2641,20.7391ZM23.8728,12.3913C25.6018,12.3913 27.0032,13.7927 27.0032,15.5217C27.0032,17.0588 25.894,18.3308 24.4331,18.5958C23.1131,22.9075 19.2126,25.9565 14.4815,25.9565C13.9044,25.9565 13.438,25.489 13.438,24.913C13.438,24.337 13.9044,23.8696 14.4815,23.8696C18.1618,23.8696 21.2067,21.5499 22.3441,18.2379C21.3924,17.7005 20.7424,16.6925 20.7424,15.5217C20.7424,13.7927 22.1437,12.3913 23.8728,12.3913Z"
android:fillColor="#5E6175"
android:fillType="evenOdd"/>
</vector>