| 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);
|
|
|
|
|