| Index: chrome/installer/mac/app/Downloader.h
|
| diff --git a/chrome/installer/mac/app/Downloader.h b/chrome/installer/mac/app/Downloader.h
|
| index 03c84fa7f7207eee0ee1981cee6f0fc65014e490..f47a117ef2bd98b5b0fcd6b13d35d5f920aa88ee 100644
|
| --- a/chrome/installer/mac/app/Downloader.h
|
| +++ b/chrome/installer/mac/app/Downloader.h
|
| @@ -7,7 +7,12 @@
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| -@interface Downloader : NSObject<NSXMLParserDelegate>
|
| +#import "MainDelegate.h"
|
| +
|
| +@interface Downloader
|
| + : NSObject<NSXMLParserDelegate, NSURLSessionDownloadDelegate>
|
| +
|
| +@property(nonatomic, assign) id<UnpackDelegate> delegate;
|
|
|
| // Returns a path to a user's home download folder.
|
| + (NSString*)getDownloadsFilePath;
|
|
|