Index: chrome/installer/mac/app/OmahaCommunication.h |
diff --git a/chrome/installer/mac/app/OmahaCommunication.h b/chrome/installer/mac/app/OmahaCommunication.h |
index 6b1e9a90abd871e6c4e92f993b51f02613537317..40e5da802225faf89d1f084571b6c5c866b4f94f 100644 |
--- a/chrome/installer/mac/app/OmahaCommunication.h |
+++ b/chrome/installer/mac/app/OmahaCommunication.h |
@@ -7,9 +7,12 @@ |
#import <Foundation/Foundation.h> |
+@class OmahaCommunication; |
@protocol OmahaCommunicationDelegate |
-- (void)onOmahaSuccessWithURLs:(NSArray*)URLs; |
-- (void)onOmahaFailureWithError:(NSError*)error; |
+- (void)omahaCommunication:(OmahaCommunication*)messenger |
+ onSuccess:(NSArray*)URLs; |
+- (void)omahaCommunication:(OmahaCommunication*)messenger |
+ onFailure:(NSError*)error; |
@end |
@interface OmahaCommunication : NSObject<NSURLSessionDataDelegate> |