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

Unified Diff: public/platform/WebMediaStreamTrackSourcesRequest.h

Issue 1233793002: Remove unused ExtraData support on exported mediastream objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: include file tidying Created 5 years, 5 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 | « Source/platform/mediastream/RTCVoidRequest.h ('k') | public/platform/WebRTCSessionDescriptionRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMediaStreamTrackSourcesRequest.h
diff --git a/public/platform/WebMediaStreamTrackSourcesRequest.h b/public/platform/WebMediaStreamTrackSourcesRequest.h
index c4bcb1fd190404115de92cf84c42e526fea8ff44..9eda45ba2e002364d83812c2e5050f7a4570f4f4 100644
--- a/public/platform/WebMediaStreamTrackSourcesRequest.h
+++ b/public/platform/WebMediaStreamTrackSourcesRequest.h
@@ -39,11 +39,6 @@ class WebSourceInfo;
class WebMediaStreamTrackSourcesRequest {
public:
- class ExtraData {
- public:
- virtual ~ExtraData() { }
- };
-
WebMediaStreamTrackSourcesRequest() { }
WebMediaStreamTrackSourcesRequest(const WebMediaStreamTrackSourcesRequest& other) { assign(other); }
~WebMediaStreamTrackSourcesRequest() { reset(); }
@@ -62,13 +57,6 @@ public:
BLINK_PLATFORM_EXPORT WebString origin() const;
BLINK_PLATFORM_EXPORT void requestSucceeded(const WebVector<WebSourceInfo>&) const;
- // Extra data associated with this object.
- // If non-null, the extra data pointer will be deleted when the object is destroyed.
- // Setting the extra data pointer will cause any existing non-null
- // extra data pointer to be deleted.
- BLINK_PLATFORM_EXPORT ExtraData* extraData() const;
- BLINK_PLATFORM_EXPORT void setExtraData(ExtraData*);
-
#if INSIDE_BLINK
BLINK_PLATFORM_EXPORT WebMediaStreamTrackSourcesRequest(MediaStreamTrackSourcesRequest*);
#endif
« no previous file with comments | « Source/platform/mediastream/RTCVoidRequest.h ('k') | public/platform/WebRTCSessionDescriptionRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698