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 |