Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1320)

Unified Diff: content/public/browser/desktop_media_id.h

Issue 1644073002: Desktop Share Audio User Permission (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor Style Change Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/examples/api/desktopCapture/app.js ('k') | extensions/common/switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « chrome/common/extensions/docs/examples/api/desktopCapture/app.js ('k') | extensions/common/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698