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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 2679093006: Add a use counter for RtcpMuxPolicy of "negotiate". (Closed)
Patch Set: CR comments. Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index 81f66ffe13713b57cee662ae4f766601703474de..3c667f16b97903cdde81c6a884ad9f948db4e754 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -417,6 +417,9 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
"-internal-media-controls-text-track-list* selectors", M59,
"5661431349379072");
+ case UseCounter::RtcpMuxPolicyNegotiate:
+ return replacedBy("rtcpMuxPolicy \"negotiate\"", "\"require\"");
foolip 2017/02/15 06:46:36 If the "negotiate" value is removed, I think we'd
+
// Features that aren't deprecated don't have a deprecation message.
default:
return String();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698