| Index: chrome/browser/android/chrome_web_contents_delegate_android.cc
|
| diff --git a/chrome/browser/android/chrome_web_contents_delegate_android.cc b/chrome/browser/android/chrome_web_contents_delegate_android.cc
|
| index 56da4aa2545535a5773e101dcfef643636ef92f2..1bf06ae9803b0fe8e1d29852c69af220621a1eab 100644
|
| --- a/chrome/browser/android/chrome_web_contents_delegate_android.cc
|
| +++ b/chrome/browser/android/chrome_web_contents_delegate_android.cc
|
| @@ -281,7 +281,7 @@ WebContents* ChromeWebContentsDelegateAndroid::OpenURLFromTab(
|
| params.disposition == NEW_BACKGROUND_TAB ||
|
| params.disposition == NEW_WINDOW) &&
|
| !params.user_gesture &&
|
| - !CommandLine::ForCurrentProcess()->HasSwitch(
|
| + !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisablePopupBlocking)) {
|
| if (popup_blocker_helper->MaybeBlockPopup(nav_params,
|
| blink::WebWindowFeatures())) {
|
|
|