Merge pull request #29 from coreos/revert-28-add_install_started_event

Revert "update_engine_events.go: Add a custom "InstallStarted" event."
This commit is contained in:
Yifan Gu 2017-08-07 13:23:44 -07:00 committed by GitHub
commit c731a0389e
1 changed files with 0 additions and 4 deletions

View File

@ -32,10 +32,6 @@ var (
Type: omaha.EventTypeUpdateDownloadFinished,
Result: omaha.EventResultSuccess,
}
EventInstallStarted = &omaha.EventRequest{
Type: omaha.EventTypeInstallStarted,
Result: omaha.EventResultSuccess,
}
EventInstalled = &omaha.EventRequest{
Type: omaha.EventTypeUpdateComplete,
Result: omaha.EventResultSuccess,