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

Unified Diff: chrome/installer/mac/app/MainDelegate.h

Issue 2203583002: Added unpacking step (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed some of Sidney's comments for the moment 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/MainDelegate.h
diff --git a/chrome/installer/mac/app/MainDelegate.h b/chrome/installer/mac/app/MainDelegate.h
index efbe36fe0b30d778a9b196c7e3cfc046d802aeff..f15afeb5c7dbb9d454e1b18a5faba534914d69f5 100644
--- a/chrome/installer/mac/app/MainDelegate.h
+++ b/chrome/installer/mac/app/MainDelegate.h
@@ -9,11 +9,7 @@
#import "Downloader.h"
#import "OmahaCommunication.h"
-
-// TODO: move this into the unpacking file when created
-@protocol UnpackDelegate
-- (void)onUnpackSuccess;
-@end
+#import "Unpacker.h"
@interface MainDelegate
: NSObject<OmahaCommunicationDelegate, DownloaderDelegate, UnpackDelegate>

Powered by Google App Engine
This is Rietveld 408576698