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:
parent
d68e528e59
commit
60265ef0fc
1 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,8 @@ type Actions struct {
|
||||||
type Action struct {
|
type Action struct {
|
||||||
XMLName xml.Name `xml:"action" datastore:"-"`
|
XMLName xml.Name `xml:"action" datastore:"-"`
|
||||||
Event string `xml:"event,attr"`
|
Event string `xml:"event,attr"`
|
||||||
|
|
||||||
|
// Extensions added by update_engine
|
||||||
ChromeOSVersion string `xml:"ChromeOSVersion,attr"`
|
ChromeOSVersion string `xml:"ChromeOSVersion,attr"`
|
||||||
Sha256 string `xml:"sha256,attr"`
|
Sha256 string `xml:"sha256,attr"`
|
||||||
NeedsAdmin bool `xml:"needsadmin,attr"`
|
NeedsAdmin bool `xml:"needsadmin,attr"`
|
||||||
|
|
Loading…
Reference in a new issue