From 60265ef0fcfcc26169b4cddb1ec05e21b7a01b47 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 26 Jun 2013 10:24:43 -0700 Subject: [PATCH] fix(omaha): create section for update_engine extensions add this comment section just so it is a littlemore clear what is going on. --- omaha/omaha.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/omaha/omaha.go b/omaha/omaha.go index 54183be..36c1e1e 100644 --- a/omaha/omaha.go +++ b/omaha/omaha.go @@ -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"`