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

Unified Diff: chrome/browser/android/webapps/add_to_homescreen_manager.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
Index: chrome/browser/android/webapps/add_to_homescreen_manager.cc
diff --git a/chrome/browser/android/webapps/add_to_homescreen_manager.cc b/chrome/browser/android/webapps/add_to_homescreen_manager.cc
index d55eb611e8f414af741d749f3d3e5fec499241c6..bf29e31f8763beac3da797d221bd23e160e63500 100644
--- a/chrome/browser/android/webapps/add_to_homescreen_manager.cc
+++ b/chrome/browser/android/webapps/add_to_homescreen_manager.cc
@@ -123,7 +123,7 @@ void AddToHomescreenManager::AddShortcut(const ShortcutInfo& info,
// Fire the appinstalled event.
blink::mojom::InstallationServicePtr installation_service;
web_contents->GetMainFrame()->GetRemoteInterfaces()->GetInterface(
- mojo::GetProxy(&installation_service));
+ mojo::MakeRequest(&installation_service));
DCHECK(installation_service);
installation_service->OnInstall();
}
« no previous file with comments | « blimp/engine/renderer/blob_channel_sender_proxy_unittest.cc ('k') | chrome/browser/banners/app_banner_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698