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

Unified Diff: chrome/common/extensions/docs/examples/api/desktopCapture/index.html

Issue 529293002: Fix DesktopMediaPickerViews to handle background parent_web_contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2125
Patch Set: Created 6 years, 3 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/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/examples/api/desktopCapture/index.html
diff --git a/chrome/common/extensions/docs/examples/api/desktopCapture/index.html b/chrome/common/extensions/docs/examples/api/desktopCapture/index.html
index 57b3d37cfe1af457c2faa15965abd714e09f9d65..f8db1833633337a0e63168829c379efbd733b5a1 100644
--- a/chrome/common/extensions/docs/examples/api/desktopCapture/index.html
+++ b/chrome/common/extensions/docs/examples/api/desktopCapture/index.html
@@ -18,7 +18,11 @@
</head>
<body>
<video id="video" autoplay></video>
- <p><button id="start">Start</button><button id="cancel">Cancel</button></p>
+ <p>
+ <button id="start">Start</button>
+ <button id="cancel">Cancel</button>
+ <button id="startFromBackgroundPage">Start from background page</button>
+ </p>
<script src="app.js"></script>
</body>
</html>
« no previous file with comments | « chrome/common/extensions/docs/examples/api/desktopCapture/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698