Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7132)

Unified Diff: chrome/browser/ui/webui/options/media_devices_selection_handler.h

Issue 2703393007: Show meaningful name for cameras (Closed)
Patch Set: Moved to chrome/browser/ui/webui/ Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..936624ced5a9568d35d75964a738b13d3a859f0d 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,8 @@ class MediaDevicesSelectionHandler
void UpdateDevicesMenu(DeviceType type,
const content::MediaStreamDevices& devices);
+ std::string GetDeviceDisplayName(const content::MediaStreamDevice& device);
mtomasz 2017/03/02 07:49:53 nit: Can this method be const?
shenghao 2017/03/02 12:43:41 Done.
+
DISALLOW_COPY_AND_ASSIGN(MediaDevicesSelectionHandler);
};

Powered by Google App Engine
This is Rietveld 408576698