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

Unified Diff: ios/web_view/shell/shell_view_controller.m

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/shell/shell_view_controller.m
diff --git a/ios/web_view/shell/shell_view_controller.m b/ios/web_view/shell/shell_view_controller.m
index bc04126ab84f99dd6febe2bd567cd7e52a7af2e1..f1b5f89f6a0090b034b685e01c93b2ac095bf892 100644
--- a/ios/web_view/shell/shell_view_controller.m
+++ b/ios/web_view/shell/shell_view_controller.m
@@ -172,7 +172,7 @@
[_field setText:[[_webView visibleURL] absoluteString]];
}
-#pragma mark CRIWVWebViewDelegate methods
+#pragma mark CWVWebViewDelegate methods
- (void)webView:(CWVWebView*)webView
didFinishLoadingWithURL:(NSURL*)url
@@ -197,7 +197,7 @@
}
}
-- (id<CRIWVTranslateDelegate>)translateDelegate {
+- (id<CWVTranslateDelegate>)translateDelegate {
if (!_translateController)
self.translateController = [[TranslateController alloc] init];
return _translateController;

Powered by Google App Engine
This is Rietveld 408576698