| Index: third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
|
| diff --git a/third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h b/third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
|
| index 73931a21f806cc3a637d2d05bdfc125e8e50188e..c8c09aaf83e9254cb0727c4b7bbead41029290d6 100644
|
| --- a/third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
|
| +++ b/third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
|
| @@ -74,6 +74,7 @@ class WebRTCPeerConnectionHandler {
|
| virtual WebRTCSessionDescription localDescription() = 0;
|
| virtual WebRTCSessionDescription remoteDescription() = 0;
|
| virtual WebRTCErrorType setConfiguration(const WebRTCConfiguration&) = 0;
|
| + virtual WebRTCConfiguration getConfiguration() = 0;
|
|
|
| // DEPRECATED
|
| virtual bool addICECandidate(const WebRTCICECandidate&) { return false; }
|
|
|