Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8597)

Unified Diff: chrome/installer/mac/app/Downloader.m

Issue 2293923005: General comment cleaning / refactoring for Mac Installer (Closed)
Patch Set: Ivan fixes Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698