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

Unified Diff: third_party/WebKit/public/web/WebUserMediaClient.h

Issue 2377613002: Remove cancelMediaDevicesRequest dead code. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/Source/web/UserMediaClientImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebUserMediaClient.h
diff --git a/third_party/WebKit/public/web/WebUserMediaClient.h b/third_party/WebKit/public/web/WebUserMediaClient.h
index 02f337ea11282764076f7fcd2d03b2c770fe268e..76a5b5afe6eb3f82c85e918301ee53d3c4a8c693 100644
--- a/third_party/WebKit/public/web/WebUserMediaClient.h
+++ b/third_party/WebKit/public/web/WebUserMediaClient.h
@@ -45,7 +45,6 @@ public:
virtual void requestUserMedia(const WebUserMediaRequest&) = 0;
virtual void cancelUserMediaRequest(const WebUserMediaRequest&) = 0;
virtual void requestMediaDevices(const WebMediaDevicesRequest&) = 0;
- virtual void cancelMediaDevicesRequest(const WebMediaDevicesRequest&) = 0;
virtual void requestSources(const WebMediaStreamTrackSourcesRequest&) = 0;
virtual void setMediaDeviceChangeObserver(const WebMediaDeviceChangeObserver&) = 0;
};
« no previous file with comments | « third_party/WebKit/Source/web/UserMediaClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698