| Index: chrome/browser/ui/tabs/tab_utils.h
|
| diff --git a/chrome/browser/ui/tabs/tab_utils.h b/chrome/browser/ui/tabs/tab_utils.h
|
| index 8f45711c59b0c8d69a796413ef24fd74254b3d7b..44d9ede42619980c74527ae9fa1a269bbbedb1e5 100644
|
| --- a/chrome/browser/ui/tabs/tab_utils.h
|
| +++ b/chrome/browser/ui/tabs/tab_utils.h
|
| @@ -32,6 +32,7 @@ enum TabMediaState {
|
| TAB_MEDIA_STATE_CAPTURING, // Tab contents being captured.
|
| TAB_MEDIA_STATE_AUDIO_PLAYING, // Audible audio is playing from the tab.
|
| TAB_MEDIA_STATE_AUDIO_MUTING, // Tab audio is being muted.
|
| + TAB_MEDIA_STATE_BLUETOOTH_CONNECTED, // Tab is connected to a BT Device.
|
| };
|
|
|
| enum TabMutedReason {
|
|
|