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

Unified Diff: chrome/browser/media/media_stream_devices_menu_model.h

Issue 10912004: Begin adding support for tab mirroring via the MediaStream audio/video capturing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 8 years, 3 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/media/media_stream_devices_menu_model.h
diff --git a/chrome/browser/media/media_stream_devices_menu_model.h b/chrome/browser/media/media_stream_devices_menu_model.h
index 3e0a8c5d9ec156c85f059ed72c4f7bb3d5d63666..9e94e7691980f4e6f5ec78f7c7b331f8d72a0529 100644
--- a/chrome/browser/media/media_stream_devices_menu_model.h
+++ b/chrome/browser/media/media_stream_devices_menu_model.h
@@ -21,13 +21,6 @@ class MediaStreamDevicesMenuModel : public ui::SimpleMenuModel,
explicit MediaStreamDevicesMenuModel(MediaStreamInfoBarDelegate* delegate);
virtual ~MediaStreamDevicesMenuModel();
- // Returns the |device_id| for the selected device of type |type|. Returns
- // true if a selected device of the requested |type| was found, and false if
- // none was found, in which case |device_id| remains untouched.
- bool GetSelectedDeviceId(
- content::MediaStreamDeviceType type,
- std::string* device_id) const;
-
// ui::SimpleMenuModel::Delegate implementation:
virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
virtual bool IsCommandIdEnabled(int command_id) const OVERRIDE;
« no previous file with comments | « chrome/browser/media/media_stream_devices_controller.cc ('k') | chrome/browser/media/media_stream_devices_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698