| Index: content/shell/browser/shell.cc
|
| diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc
|
| index 5c780ab03dcee51854168c6e31a87835f82b6259..a214d2a61a115dee8bce6f6fef68deda6a2b5185 100644
|
| --- a/content/shell/browser/shell.cc
|
| +++ b/content/shell/browser/shell.cc
|
| @@ -313,7 +313,7 @@ gfx::NativeView Shell::GetContentView() {
|
| WebContents* Shell::OpenURLFromTab(WebContents* source,
|
| const OpenURLParams& params) {
|
| // This implementation only handles CURRENT_TAB.
|
| - if (params.disposition != CURRENT_TAB)
|
| + if (params.disposition != WindowOpenDisposition::CURRENT_TAB)
|
| return nullptr;
|
|
|
| NavigationController::LoadURLParams load_url_params(params.url);
|
|
|