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

Unified Diff: content/browser/renderer_host/media/media_stream_dispatcher_host.h

Issue 10837118: Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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: content/browser/renderer_host/media/media_stream_dispatcher_host.h
diff --git a/content/browser/renderer_host/media/media_stream_dispatcher_host.h b/content/browser/renderer_host/media/media_stream_dispatcher_host.h
index 8ed45a0c9a3c785ef8e3033a5ef9fa9f4a7e9e57..0c664bda1c4f1ba970ae1df75c42dc7cd374f811 100644
--- a/content/browser/renderer_host/media/media_stream_dispatcher_host.h
+++ b/content/browser/renderer_host/media/media_stream_dispatcher_host.h
@@ -36,10 +36,8 @@ class CONTENT_EXPORT MediaStreamDispatcherHost
virtual void VideoDeviceFailed(const std::string& label, int index) OVERRIDE;
virtual void DevicesEnumerated(const std::string& label,
const StreamDeviceInfoArray& devices) OVERRIDE;
- virtual void DevicesEnumerationFailed(const std::string& label) OVERRIDE;
virtual void DeviceOpened(const std::string& label,
const StreamDeviceInfo& video_device) OVERRIDE;
- virtual void DeviceOpenFailed(const std::string& label) OVERRIDE;
// content::BrowserMessageFilter implementation.
virtual bool OnMessageReceived(const IPC::Message& message,

Powered by Google App Engine
This is Rietveld 408576698