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

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

Issue 2690163003: Rename CRIWVWebView to CWVWebView. (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
« no previous file with comments | « ios/web_view/public/criwv_web_view_configuration.h ('k') | ios/web_view/public/cwv_web_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/public/criwv_web_view_delegate.h
diff --git a/ios/web_view/public/criwv_web_view_delegate.h b/ios/web_view/public/criwv_web_view_delegate.h
index 34b2bcdf83809f83e2c118688123560352232522..52d59e2067adccea76b6b449812676c5bd4ae2ed 100644
--- a/ios/web_view/public/criwv_web_view_delegate.h
+++ b/ios/web_view/public/criwv_web_view_delegate.h
@@ -8,7 +8,7 @@
#import <Foundation/Foundation.h>
@protocol CRIWVTranslateDelegate;
-@class CRIWVWebView;
+@class CWVWebView;
typedef NS_OPTIONS(NSUInteger, CRIWVWebViewUpdateType) {
CRIWVWebViewUpdateTypeProgress = 1 << 0,
@@ -22,11 +22,11 @@ typedef NS_OPTIONS(NSUInteger, CRIWVWebViewUpdateType) {
@optional
-- (void)webView:(CRIWVWebView*)webView
+- (void)webView:(CWVWebView*)webView
didFinishLoadingWithURL:(NSURL*)url
loadSuccess:(BOOL)loadSuccess;
-- (void)webView:(CRIWVWebView*)webView
+- (void)webView:(CWVWebView*)webView
didUpdateWithChanges:(CRIWVWebViewUpdateType)changes;
- (id<CRIWVTranslateDelegate>)translateDelegate;
« no previous file with comments | « ios/web_view/public/criwv_web_view_configuration.h ('k') | ios/web_view/public/cwv_web_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698