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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaErrorState.h

Issue 1661493002: Add promise-based addIceCandidate, setLocalDescription and setRemoteDescription to RTCPeerConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yhirano's comments Created 4 years, 10 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
Index: third_party/WebKit/Source/modules/mediastream/MediaErrorState.h
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaErrorState.h b/third_party/WebKit/Source/modules/mediastream/MediaErrorState.h
index cd07d670e17016eddc177b57addd9dce4dea0de1..062e496397127cb74ee0754331a68674ce28a4ce 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaErrorState.h
+++ b/third_party/WebKit/Source/modules/mediastream/MediaErrorState.h
@@ -51,6 +51,7 @@ public:
bool hadException();
bool canGenerateException();
void raiseException(ExceptionState&);
+ String getErrorMessage();
NavigatorUserMediaError* createError();
private:
enum ErrorType {

Powered by Google App Engine
This is Rietveld 408576698