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

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

Issue 2839093002: Implemented new Translate API for purely Objective-C clients. (Closed)
Patch Set: added TODO Created 3 years, 8 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/ChromeWebView.h
diff --git a/ios/web_view/public/ChromeWebView.h b/ios/web_view/public/ChromeWebView.h
index 9dc9408e6e9f2a0bb03a7b6a28244b9f50023801..31e5d20bb36dc7d4b54eae29fe640feabd343949 100644
--- a/ios/web_view/public/ChromeWebView.h
+++ b/ios/web_view/public/ChromeWebView.h
@@ -7,10 +7,11 @@
#import <ChromeWebView/cwv_export.h>
#import <ChromeWebView/cwv_html_element.h>
+#import <ChromeWebView/cwv_language_detection_result.h>
#import <ChromeWebView/cwv_navigation_action.h>
#import <ChromeWebView/cwv_navigation_delegate.h>
-#import <ChromeWebView/cwv_translate_delegate.h>
-#import <ChromeWebView/cwv_translate_manager.h>
+#import <ChromeWebView/cwv_translation_controller.h>
+#import <ChromeWebView/cwv_translation_language.h>
#import <ChromeWebView/cwv_ui_delegate.h>
#import <ChromeWebView/cwv_user_content_controller.h>
#import <ChromeWebView/cwv_user_script.h>

Powered by Google App Engine
This is Rietveld 408576698