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

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

Issue 2148293005: Migrate mac installer to delegate-driven model (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | chrome/installer/mac/app/main.m » ('j') | chrome/installer/mac/app/main.m » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mac/app/DownloadDelegate.m
diff --git a/chrome/installer/mac/app/DownloadDelegate.m b/chrome/installer/mac/app/DownloadDelegate.m
index ff41c1f7e9221880d018d49aff5c591bf193aa22..bd7fe336517034983255cfa5e4b0b1861e18cb0d 100644
--- a/chrome/installer/mac/app/DownloadDelegate.m
+++ b/chrome/installer/mac/app/DownloadDelegate.m
@@ -38,5 +38,7 @@
task:(NSURLSessionTask*)task
didCompleteWithError:(NSError*)error {
// TODO: Error Handling
+
+ // TODO: indicate that the program keeps running from here?! lol
}
@end
« no previous file with comments | « no previous file | chrome/installer/mac/app/main.m » ('j') | chrome/installer/mac/app/main.m » ('J')

Powered by Google App Engine
This is Rietveld 408576698