fix(omaha): create section for update_engine extensions

add this comment section just so it is a littlemore clear what is going
on.
This commit is contained in:
Brandon Philips 2013-06-26 10:24:43 -07:00
parent d68e528e59
commit 60265ef0fc

View file

@ -195,6 +195,8 @@ type Actions struct {
type Action struct {
XMLName xml.Name `xml:"action" datastore:"-"`
Event string `xml:"event,attr"`
// Extensions added by update_engine
ChromeOSVersion string `xml:"ChromeOSVersion,attr"`
Sha256 string `xml:"sha256,attr"`
NeedsAdmin bool `xml:"needsadmin,attr"`