| Index: chrome/browser/ui/android/bluetooth_chooser_android.cc
|
| diff --git a/chrome/browser/ui/android/bluetooth_chooser_android.cc b/chrome/browser/ui/android/bluetooth_chooser_android.cc
|
| index 034624e66e0e7705ccc59f03978dff167120a77b..61116924a6c984f904e49edbc4e639948b1edea5 100644
|
| --- a/chrome/browser/ui/android/bluetooth_chooser_android.cc
|
| +++ b/chrome/browser/ui/android/bluetooth_chooser_android.cc
|
| @@ -174,6 +174,6 @@ bool BluetoothChooserAndroid::Register(JNIEnv* env) {
|
|
|
| void BluetoothChooserAndroid::OpenURL(const char* url) {
|
| web_contents_->OpenURL(content::OpenURLParams(
|
| - GURL(url), content::Referrer(), NEW_FOREGROUND_TAB,
|
| + GURL(url), content::Referrer(), WindowOpenDisposition::NEW_FOREGROUND_TAB,
|
| ui::PAGE_TRANSITION_AUTO_TOPLEVEL, false /* is_renderer_initiated */));
|
| }
|
|
|