| Index: content/public/browser/desktop_media_id.h
|
| diff --git a/content/public/browser/desktop_media_id.h b/content/public/browser/desktop_media_id.h
|
| index 1d0ac67fa426d2d8179ad49b982b9eaea72997cf..5db272a339e093783edd5dbafd45ec513dcf3924 100644
|
| --- a/content/public/browser/desktop_media_id.h
|
| +++ b/content/public/browser/desktop_media_id.h
|
| @@ -67,6 +67,9 @@ struct CONTENT_EXPORT DesktopMediaID {
|
| Id aura_id = kNullId;
|
| #endif
|
|
|
| + // This records whether the desktop share has sound or not.
|
| + bool audio_share = false;
|
| +
|
| // This id contains information for WebContents capture.
|
| WebContentsMediaCaptureId web_contents_id;
|
| };
|
|
|