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

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

Issue 2839093002: Implemented new Translate API for purely Objective-C clients. (Closed)
Patch Set: merge Created 3 years, 7 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 4b2a13586576538c49299fe1e00cf0fd8907f2f3..c0b07b63afce66b66cb72d8954c3cd7e693cc317 100644
--- a/ios/web_view/public/ChromeWebView.h
+++ b/ios/web_view/public/ChromeWebView.h
@@ -7,12 +7,14 @@
#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_scroll_view.h>
#import <ChromeWebView/cwv_scroll_view_delegate.h>
-#import <ChromeWebView/cwv_translate_delegate.h>
-#import <ChromeWebView/cwv_translate_manager.h>
+#import <ChromeWebView/cwv_translation_controller.h>
+#import <ChromeWebView/cwv_translation_controller_delegate.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>
« no previous file with comments | « ios/web_view/internal/translate/web_view_translate_client.mm ('k') | ios/web_view/public/cwv_language_detection_result.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698