Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 partial interface Internals { | |
| 6 [CallWith=ScriptState] Promise<void> addFakeDevice( | |
|
Guido Urdaneta
2017/01/10 11:21:25
Would it make sense to make the return type void?
| |
| 7 MediaDeviceInfo deviceInfo, | |
| 8 MediaTrackConstraints capabilities, | |
| 9 MediaStreamTrack? dataSource); | |
| 10 }; | |
| OLD | NEW |