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 0c567a81cd6613f8874ab33a05ca62576ae7fa3b..0bf18eec29944835460a854a270c01a0d3618a21 100644 |
--- a/chrome/browser/ui/android/bluetooth_chooser_android.cc |
+++ b/chrome/browser/ui/android/bluetooth_chooser_android.cc |
@@ -29,7 +29,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 = |
web_contents_->GetNativeView()->GetWindowAndroid()->GetJavaObject(); |