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

Unified Diff: chrome/browser/translate/chrome_translate_client.h

Issue 2143383002: [Translate] Migrate IPCs to Mojo interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix trybots Created 4 years, 4 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: chrome/browser/translate/chrome_translate_client.h
diff --git a/chrome/browser/translate/chrome_translate_client.h b/chrome/browser/translate/chrome_translate_client.h
index d21629528d37d60a933f0dbfb7ea2be61d748986..cf4a3565eb83e966ab9c3f8b4ead42dfc7066570 100644
--- a/chrome/browser/translate/chrome_translate_client.h
+++ b/chrome/browser/translate/chrome_translate_client.h
@@ -71,6 +71,10 @@ class ChromeTranslateClient
std::string* source,
std::string* target);
+ static void BindContentTranslateDriver(
+ content::RenderFrameHost* render_frame_host,
+ translate::mojom::ContentTranslateDriverRequest request);
+
// Gets the associated TranslateManager.
translate::TranslateManager* GetTranslateManager();
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/translate/chrome_translate_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698