| Index: chrome/browser/ui/webui/options/media_devices_selection_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/media_devices_selection_handler.h b/chrome/browser/ui/webui/options/media_devices_selection_handler.h
|
| index f051c42fe8fffd2d29d4d6fe362709c34bc429f5..ff1355ad63365c9037f3e5299dc5d53f15ce1dda 100644
|
| --- a/chrome/browser/ui/webui/options/media_devices_selection_handler.h
|
| +++ b/chrome/browser/ui/webui/options/media_devices_selection_handler.h
|
| @@ -47,6 +47,10 @@ class MediaDevicesSelectionHandler
|
| void UpdateDevicesMenu(DeviceType type,
|
| const content::MediaStreamDevices& devices);
|
|
|
| + // Gets the human readable name of the device.
|
| + std::string GetDeviceDisplayName(
|
| + const content::MediaStreamDevice& device) const;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(MediaDevicesSelectionHandler);
|
| };
|
|
|
|
|