Revert "update_engine_events.go: Add a custom "InstallStarted" event."

This commit is contained in:
Yifan Gu 2017-08-07 13:19:09 -07:00 committed by GitHub
parent 3648e19ebf
commit 6885a90813
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,