Index: content/browser/bluetooth/bluetooth_blacklist.cc |
diff --git a/content/browser/bluetooth/bluetooth_blacklist.cc b/content/browser/bluetooth/bluetooth_blacklist.cc |
index c9edc5e380699a29a4409e7241efc0b4c99ad8d7..6564c4c4b90cf4a4af1d4237692bc0bd11a07ac4 100644 |
--- a/content/browser/bluetooth/bluetooth_blacklist.cc |
+++ b/content/browser/bluetooth/bluetooth_blacklist.cc |
@@ -179,6 +179,8 @@ void BluetoothBlacklist::PopulateWithDefaultValues() { |
} |
void BluetoothBlacklist::PopulateWithServerProvidedValues() { |
+ // DCHECK to maybe help debug https://crbug.com/604078. |
+ DCHECK(GetContentClient()); |
Add(GetContentClient()->browser()->GetWebBluetoothBlacklist()); |
} |