|
|
|
|
|
by Sylos
3630 days ago
|
|
Is Chrome's sync not a blob? I tried to find information about it online, but the official documentation [0] is less than helpful to say the least. I'm guessing when they say "stuff", that's a euphemism for blob, but fuck if I know, maybe they are just trying to be hip in their documentation. After all, it's also business time, in case you didn't know. Currently downloading the Chromium source code, to see if that's more helpful, but I kind of doubt it... [0]: https://www.chromium.org/developers/design-documents/sync |
|
The official documentation talks about the folders /chrome/browser/sync/engine, /chrome/browser/sync/syncable and /chrome/browser/sync/protocol.
These folders are missing from the source tree, as you can see here: https://chromium.googlesource.com/chromium/src.git/+/master/...
However, I decided to give the benefit of the doubt and did a few file-searches, in case the files were moved at some point and the documentation was just not updated.
And it seems like that's actually the case. The folder /sync contains all three missing folders (engine, syncable, protocol) and more: https://chromium.googlesource.com/chromium/src.git/+/master/...