| Index: chrome/installer/mac/app/MainDelegate.h
|
| diff --git a/chrome/installer/mac/app/MainDelegate.h b/chrome/installer/mac/app/MainDelegate.h
|
| index efbe36fe0b30d778a9b196c7e3cfc046d802aeff..f15afeb5c7dbb9d454e1b18a5faba534914d69f5 100644
|
| --- a/chrome/installer/mac/app/MainDelegate.h
|
| +++ b/chrome/installer/mac/app/MainDelegate.h
|
| @@ -9,11 +9,7 @@
|
|
|
| #import "Downloader.h"
|
| #import "OmahaCommunication.h"
|
| -
|
| -// TODO: move this into the unpacking file when created
|
| -@protocol UnpackDelegate
|
| -- (void)onUnpackSuccess;
|
| -@end
|
| +#import "Unpacker.h"
|
|
|
| @interface MainDelegate
|
| : NSObject<OmahaCommunicationDelegate, DownloaderDelegate, UnpackDelegate>
|
|
|