| Index: modules/mediastream/MediaDeviceInfoCallback.idl
|
| diff --git a/modules/mediastream/MediaStreamTrackSourcesCallback.idl b/modules/mediastream/MediaDeviceInfoCallback.idl
|
| similarity index 88%
|
| copy from modules/mediastream/MediaStreamTrackSourcesCallback.idl
|
| copy to modules/mediastream/MediaDeviceInfoCallback.idl
|
| index e18f7bb5cf7958773fb1c0958ebb57e151fdfdd2..f6792c9995fda7e72c98aa9344e3ba4db7bcf08e 100644
|
| --- a/modules/mediastream/MediaStreamTrackSourcesCallback.idl
|
| +++ b/modules/mediastream/MediaDeviceInfoCallback.idl
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2013 Google Inc. All rights reserved.
|
| + * Copyright (C) 2014 Google Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -23,7 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -callback interface MediaStreamTrackSourcesCallback {
|
| - void handleEvent(sequence<SourceInfo> sources);
|
| +callback interface MediaDeviceInfoCallback {
|
| + void handleEvent(sequence<MediaDeviceInfo> devices);
|
| };
|
|
|
|
|