| 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 cf1831d358b78b5e471a0b95591a0f21c9aedc85..d9c9e8854c03c099b7b9fc9593f26635f83df61d 100644
|
| --- a/chrome/browser/ui/tabs/tab_utils.h
|
| +++ b/chrome/browser/ui/tabs/tab_utils.h
|
| @@ -33,6 +33,7 @@ enum class TabAlertState {
|
| AUDIO_PLAYING, // Audible audio is playing from the tab.
|
| AUDIO_MUTING, // Tab audio is being muted.
|
| BLUETOOTH_CONNECTED, // Tab is connected to a BT Device.
|
| + USB_CONNECTED, // Tab is connected to a USB device.
|
| };
|
|
|
| enum class TabMutedReason {
|
|
|