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

Unified Diff: components/translate/content/renderer/translate_helper.cc

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (Closed)
Patch Set: Rebase Created 4 years 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
« no previous file with comments | « components/test_runner/app_banner_service.cc ('k') | content/browser/android/java_interfaces_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/content/renderer/translate_helper.cc
diff --git a/components/translate/content/renderer/translate_helper.cc b/components/translate/content/renderer/translate_helper.cc
index 23c251943d3078cf75376e9f5ae7fff5cce9847c..51d5cace8a59ec05ccc4c007c75717cc8cc38f3c 100644
--- a/components/translate/content/renderer/translate_helper.cc
+++ b/components/translate/content/renderer/translate_helper.cc
@@ -464,7 +464,7 @@ void TranslateHelper::NotifyBrowserTranslationFailed(
const mojom::ContentTranslateDriverPtr& TranslateHelper::GetTranslateDriver() {
if (!translate_driver_) {
render_frame()->GetRemoteInterfaces()->GetInterface(
- mojo::GetProxy(&translate_driver_));
+ mojo::MakeRequest(&translate_driver_));
}
return translate_driver_;
« no previous file with comments | « components/test_runner/app_banner_service.cc ('k') | content/browser/android/java_interfaces_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698