Chromium Code Reviews| Index: chrome/common/extensions/docs/examples/api/desktopCapture/app.js |
| diff --git a/chrome/common/extensions/docs/examples/api/desktopCapture/app.js b/chrome/common/extensions/docs/examples/api/desktopCapture/app.js |
| index 65823afc529c45cfad0aa18dc53de7625ef4bf2a..7d18a7f3296ce86b8bcb0e1b6194d72c15ce38bd 100644 |
| --- a/chrome/common/extensions/docs/examples/api/desktopCapture/app.js |
| +++ b/chrome/common/extensions/docs/examples/api/desktopCapture/app.js |
| @@ -4,7 +4,7 @@ |
| 'use strict'; |
| -const DESKTOP_MEDIA = ['screen', 'window']; |
| +const DESKTOP_MEDIA = ['screen', 'window', 'tab']; |
|
mark a. foltz
2016/01/04 20:11:41
Maybe don't expose this until you've landed all ne
GeorgeZ
2016/01/06 22:41:39
Done.
|
| var pending_request_id = null; |
| var pc1 = null; |