| 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>
|
|
|