| Index: chrome/browser/ui/tabs/tab_utils.cc
|
| diff --git a/chrome/browser/ui/tabs/tab_utils.cc b/chrome/browser/ui/tabs/tab_utils.cc
|
| index 21e422cd68d34fd30bb2fcd57788295be99c128a..a443952d2314dbe36d2a26a7b39dd5bb86a00f40 100644
|
| --- a/chrome/browser/ui/tabs/tab_utils.cc
|
| +++ b/chrome/browser/ui/tabs/tab_utils.cc
|
| @@ -159,7 +159,7 @@ TabAlertState GetTabAlertStateForContents(content::WebContents* contents) {
|
| return TabAlertState::MEDIA_RECORDING;
|
| }
|
|
|
| - if (contents->IsBluetoothDeviceConnected())
|
| + if (contents->IsConnectedToBluetoothDevice())
|
| return TabAlertState::BLUETOOTH_CONNECTED;
|
|
|
| if (contents->IsAudioMuted())
|
|
|