| Index: services/navigation/view_impl.cc
|
| diff --git a/services/navigation/view_impl.cc b/services/navigation/view_impl.cc
|
| index a6451d12f77e5c2999bee48fcb55c3a31595fd7e..22999a87e2256c2bdd33aa6a1b6274203b1ea803 100644
|
| --- a/services/navigation/view_impl.cc
|
| +++ b/services/navigation/view_impl.cc
|
| @@ -144,7 +144,8 @@ void ViewImpl::AddNewContents(content::WebContents* source,
|
| mojom::ViewPtr view;
|
| mojom::ViewRequest view_request = GetProxy(&view);
|
| client_->ViewCreated(std::move(view), GetProxy(&client),
|
| - disposition == NEW_POPUP, initial_rect, user_gesture);
|
| + disposition == WindowOpenDisposition::NEW_POPUP,
|
| + initial_rect, user_gesture);
|
|
|
| const std::string new_user_id =
|
| content::BrowserContext::GetShellUserIdFor(
|
|
|