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 f8db1833633337a0e63168829c379efbd733b5a1..57b3d37cfe1af457c2faa15965abd714e09f9d65 100644 |
--- a/chrome/common/extensions/docs/examples/api/desktopCapture/index.html |
+++ b/chrome/common/extensions/docs/examples/api/desktopCapture/index.html |
@@ -18,11 +18,7 @@ |
</head> |
<body> |
<video id="video" autoplay></video> |
- <p> |
- <button id="start">Start</button> |
- <button id="cancel">Cancel</button> |
- <button id="startFromBackgroundPage">Start from background page</button> |
- </p> |
+ <p><button id="start">Start</button><button id="cancel">Cancel</button></p> |
<script src="app.js"></script> |
</body> |
</html> |