Index: trunk/src/content/renderer/media/rtc_peer_connection_handler.h |
=================================================================== |
--- trunk/src/content/renderer/media/rtc_peer_connection_handler.h (revision 272603) |
+++ trunk/src/content/renderer/media/rtc_peer_connection_handler.h (working copy) |
@@ -88,6 +88,9 @@ |
PeerConnectionDependencyFactory* dependency_factory); |
virtual ~RTCPeerConnectionHandler(); |
+ // Destroy all existing RTCPeerConnectionHandler objects. |
+ static void DestructAllHandlers(); |
+ |
void associateWithFrame(blink::WebFrame* frame); |
// Initialize method only used for unit test. |