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

Unified Diff: services/navigation/view_impl.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: services/navigation/view_impl.cc
diff --git a/services/navigation/view_impl.cc b/services/navigation/view_impl.cc
index 6434335e8a4e772d10ca4ffdf41e68daf411df23..83c28b66c2edce50266678448f2a8310b3632259 100644
--- a/services/navigation/view_impl.cc
+++ b/services/navigation/view_impl.cc
@@ -148,8 +148,8 @@ void ViewImpl::AddNewContents(content::WebContents* source,
bool* was_blocked) {
mojom::ViewClientPtr client;
mojom::ViewPtr view;
- mojom::ViewRequest view_request = GetProxy(&view);
- client_->ViewCreated(std::move(view), GetProxy(&client),
+ mojom::ViewRequest view_request = MakeRequest(&view);
+ client_->ViewCreated(std::move(view), MakeRequest(&client),
disposition == WindowOpenDisposition::NEW_POPUP,
initial_rect, user_gesture);
« no previous file with comments | « services/navigation/public/cpp/view.cc ('k') | services/preferences/public/cpp/tests/pref_observer_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698