(no title)
drblue | 14 years ago
If I'm reading the sample implementation[0] correctly, the update mechanism isn't Omaha[1] (aka Google Update), but the CRX extension update mechanism[2] that keeps extensions and app bundles up to date.
[0]: https://github.com/agl/crlset-tools/blob/master/crlset.go [1]: http://code.google.com/p/omaha/ [2]: http://code.google.com/chrome/extensions/autoupdate.html
agl|14 years ago
The CRLSet is packaged as an extension (it's actually a .crx), but with a custom install callback that delta updates the current version.
groby_b|14 years ago
See e.g. this comment: // update and the related structures are used for parsing the XML response from Omaha. The response looks like:
unknown|14 years ago
[deleted]