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

Unified Diff: ios/web_view/public/cwv_web_view.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/cwv_web_view.h
diff --git a/ios/web_view/public/cwv_web_view.h b/ios/web_view/public/cwv_web_view.h
index b6a224c996b67d9a6fbf6344377e074d246580dd..81a54a3f02e09e7617b74e7776b8a98d82786142 100644
--- a/ios/web_view/public/cwv_web_view.h
+++ b/ios/web_view/public/cwv_web_view.h
@@ -7,7 +7,7 @@
#import <UIKit/UIKit.h>
@class CWVWebViewConfiguration;
-@protocol CRIWVWebViewDelegate;
+@protocol CWVWebViewDelegate;
// A web view component (like WKWebView) which uses iOS Chromium's web view
// implementation.
@@ -22,7 +22,7 @@
@property(nonatomic, readonly) UIView* view;
// This web view's delegate.
-@property(nonatomic, weak) id<CRIWVWebViewDelegate> delegate;
+@property(nonatomic, weak) id<CWVWebViewDelegate> delegate;
// Whether or not this web view can go backwards or forwards.
@property(nonatomic, readonly) BOOL canGoBack;

Powered by Google App Engine
This is Rietveld 408576698