| 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 a15fe998ca7f6a4b1b06934cbecd21850a5a750f..6cb6978e9759ac35883c34bb8428c37dd8ef755e 100644
|
| --- a/chrome/browser/ui/android/bluetooth_chooser_android.cc
|
| +++ b/chrome/browser/ui/android/bluetooth_chooser_android.cc
|
| @@ -30,7 +30,7 @@ BluetoothChooserAndroid::BluetoothChooserAndroid(
|
| : web_contents_(content::WebContents::FromRenderFrameHost(frame)),
|
| event_handler_(event_handler) {
|
| const url::Origin origin = frame->GetLastCommittedOrigin();
|
| - DCHECK(!origin.unique());
|
| + DCHECK(!origin.opaque());
|
|
|
| base::android::ScopedJavaLocalRef<jobject> window_android =
|
| content::ContentViewCore::FromWebContents(web_contents_)
|
|
|