DescriptionRevert 270308 "sync: Improve handling of bad UniquePositions"
Reverting due to possible build breakage: http://build.chromium.org/p/chromium.memory/buildstatus?builder=Linux%20ASan%20LSan%20Tests%20%282%29&number=2633
> sync: Improve handling of bad UniquePositions
>
> Makes the client assign a valid position to incoming bookmarks if the
> server has not populated the required fields. This code should never be
> triggered unless there is a bug in the server. This risks reordering
> users' bookmarks, but that's probably preferable to a crash.
>
> Detects bookmarks that do not have valid position information during
> database load. If these corrupted bookmarks are detected, the entire
> database is declared to be corrupt. Sync will then re-download
> all of the user's data, which should fix the problem.
>
> BUG=367247
>
> Review URL: https://codereview.chromium.org/278153002
TBR=rlarocque@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270324
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|