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

Unified Diff: ios/web_view/shell/BUILD.gn

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/shell/BUILD.gn
diff --git a/ios/web_view/shell/BUILD.gn b/ios/web_view/shell/BUILD.gn
index c67526345cee566a5dbccc38e523464996d54e79..f7e2e60c4b64305fa43cd710a9f5388fddccc204 100644
--- a/ios/web_view/shell/BUILD.gn
+++ b/ios/web_view/shell/BUILD.gn
@@ -22,8 +22,8 @@ source_set("shell") {
"shell_exe_main.m",
"shell_view_controller.h",
"shell_view_controller.m",
- "translate_controller.h",
- "translate_controller.m",
+ "translate_delegate.h",
+ "translate_delegate.m",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698