| Index: content/renderer/media/media_stream_dispatcher.h | 
| =================================================================== | 
| --- content/renderer/media/media_stream_dispatcher.h	(revision 278172) | 
| +++ content/renderer/media/media_stream_dispatcher.h	(working copy) | 
| @@ -56,7 +56,7 @@ | 
| virtual void StopStreamDevice(const StreamDeviceInfo& device_info); | 
|  | 
| // Request to enumerate devices. | 
| -  virtual void EnumerateDevices( | 
| +  void EnumerateDevices( | 
| int request_id, | 
| const base::WeakPtr<MediaStreamDispatcherEventHandler>& event_handler, | 
| MediaStreamType type, | 
| @@ -123,6 +123,7 @@ | 
| void OnDevicesEnumerated( | 
| int request_id, | 
| const StreamDeviceInfoArray& device_array); | 
| +  void OnDevicesEnumerationFailed(int request_id); | 
| void OnDeviceOpened( | 
| int request_id, | 
| const std::string& label, | 
|  |