| 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
|
|
|