| Index: chrome/installer/mac/app/Downloader.m
|
| diff --git a/chrome/installer/mac/app/Downloader.m b/chrome/installer/mac/app/Downloader.m
|
| index ce8482a41ecea3cd7fcc560ec8254e3e7d72c20e..5473f06bd17613828efa31ad77c1b78dea9274c8 100644
|
| --- a/chrome/installer/mac/app/Downloader.m
|
| +++ b/chrome/installer/mac/app/Downloader.m
|
| @@ -33,7 +33,6 @@
|
| [delegate_ downloader:self percentProgress:downloadProgressPercentage];
|
| }
|
|
|
| -// Delegate method to move downloaded disk image to user's Download directory.
|
| - (void)URLSession:(NSURLSession*)session
|
| downloadTask:(NSURLSessionDownloadTask*)downloadTask
|
| didFinishDownloadingToURL:(NSURL*)location {
|
|
|