| Index: chrome/common/extensions/api/webrtc_desktop_capture_private.idl
|
| diff --git a/chrome/common/extensions/api/webrtc_desktop_capture_private.idl b/chrome/common/extensions/api/webrtc_desktop_capture_private.idl
|
| index d71f518b164782831054d21473360a2075403a04..3861551d68ea616fd2a98ec794ec661c8e15114b 100644
|
| --- a/chrome/common/extensions/api/webrtc_desktop_capture_private.idl
|
| +++ b/chrome/common/extensions/api/webrtc_desktop_capture_private.idl
|
| @@ -4,7 +4,7 @@
|
|
|
| // Use the <code>chrome.webrtcDesktopCapturePrivate</code> API to capture
|
| // desktop media requested from a WebView.
|
| -namespace webrtcDesktopCapturePrivate {
|
| +[use_movable_types=true] namespace webrtcDesktopCapturePrivate {
|
| dictionary RequestInfo {
|
| // The guest process id for the requester.
|
| long guestProcessId;
|
|
|