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

Unified Diff: public/platform/WebRTCVoidRequest.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 | « public/platform/WebRTCSessionDescriptionRequest.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebRTCVoidRequest.h
diff --git a/public/platform/WebRTCVoidRequest.h b/public/platform/WebRTCVoidRequest.h
index 192ce10565034247f2196de50454133c8c6b31ac..bcdff34efa1be36fc28b5c2e9af551c974738ce4 100644
--- a/public/platform/WebRTCVoidRequest.h
+++ b/public/platform/WebRTCVoidRequest.h
@@ -42,11 +42,6 @@ class RTCVoidRequest;
class WebRTCVoidRequest {
public:
- class ExtraData {
- public:
- virtual ~ExtraData() { }
- };
-
WebRTCVoidRequest() { }
WebRTCVoidRequest(const WebRTCVoidRequest& other) { assign(other); }
~WebRTCVoidRequest() { reset(); }
@@ -65,13 +60,6 @@ public:
BLINK_PLATFORM_EXPORT void requestSucceeded() const;
BLINK_PLATFORM_EXPORT void requestFailed(const WebString& error) 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 WebRTCVoidRequest(RTCVoidRequest*);
#endif
« no previous file with comments | « public/platform/WebRTCSessionDescriptionRequest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698