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

Unified Diff: third_party/WebKit/public/platform/WebRTCConfiguration.h

Issue 2813883004: Remove RTCIceTransportPolicy "none". (Closed)
Patch Set: Created 3 years, 8 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/public/platform/WebRTCConfiguration.h
diff --git a/third_party/WebKit/public/platform/WebRTCConfiguration.h b/third_party/WebKit/public/platform/WebRTCConfiguration.h
index 332202902d4c1fb927b991ed81600e9a5b6e11bd..9d60ce7787054ee11d12e87b7fe2480a4be36b13 100644
--- a/third_party/WebKit/public/platform/WebRTCConfiguration.h
+++ b/third_party/WebKit/public/platform/WebRTCConfiguration.h
@@ -48,7 +48,7 @@ struct WebRTCIceServer {
WebString credential;
};
-enum class WebRTCIceTransportPolicy { kNone, kRelay, kAll };
+enum class WebRTCIceTransportPolicy { kRelay, kAll };
enum class WebRTCBundlePolicy { kBalanced, kMaxCompat, kMaxBundle };

Powered by Google App Engine
This is Rietveld 408576698