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

Unified Diff: ios/web_view/public/criwv.h

Issue 2691883003: Rename ios/web_view public delegates from CRIWV to CWV prefix. (Closed)
Patch Set: Created 3 years, 10 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: ios/web_view/public/criwv.h
diff --git a/ios/web_view/public/criwv.h b/ios/web_view/public/criwv.h
index d5f119e6db9508edeff72c66b91a1bd532ecdd4b..b700569b8ad87e4e76bc7f4ae2f50971c8e9b992 100644
--- a/ios/web_view/public/criwv.h
+++ b/ios/web_view/public/criwv.h
@@ -8,7 +8,7 @@
#import <CoreGraphics/CoreGraphics.h>
#import <Foundation/Foundation.h>
-@protocol CRIWVDelegate;
+@protocol CWVDelegate;
@class CWVWebView;
// Main interface for the CRIWV library.
@@ -17,7 +17,7 @@ __attribute__((visibility("default")))
// Initializes the CRIWV library. This function should be called from
// |application:didFinishLaunchingWithOptions:|.
-+ (void)configureWithDelegate:(id<CRIWVDelegate>)delegate;
++ (void)configureWithDelegate:(id<CWVDelegate>)delegate;
// Shuts down the CRIWV library. This function should be called from
// |applicationwillTerminate:|.

Powered by Google App Engine
This is Rietveld 408576698