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

Unified Diff: remoting/webapp/base/js/xmpp_error_cache_unittest.js

Issue 1493083002: Remove QUIC support from remoting host and client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « remoting/webapp/base/js/xmpp_error_cache.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/base/js/xmpp_error_cache_unittest.js
diff --git a/remoting/webapp/base/js/xmpp_error_cache_unittest.js b/remoting/webapp/base/js/xmpp_error_cache_unittest.js
index 8170cd330e9ea92dec0833831f4176718f6f12b4..65cc21c0953c9b6df83cae9c96622d504943f4e3 100644
--- a/remoting/webapp/base/js/xmpp_error_cache_unittest.js
+++ b/remoting/webapp/base/js/xmpp_error_cache_unittest.js
@@ -34,19 +34,12 @@ QUnit.test('should strip PII from session-initiate.', function(assert) {
'<description xmlns="google:remoting">' +
'<standard-ice/>' +
'<control transport="mux-stream" version="3"/>' +
- '<control transport="quic-stream" version="3"/>' +
'<event transport="mux-stream" version="2"/>' +
- '<event transport="quic-stream" version="2"/>' +
'<video transport="stream" version="2" codec="vp9"/>' +
'<video transport="stream" version="2" codec="vp8"/>' +
- '<video transport="quic-stream" version="2" codec="vp9"/>' +
- '<video transport="quic-stream" version="2" codec="vp8"/>' +
'<audio transport="mux-stream" version="2" codec="opus"/>' +
- '<audio transport="quic-stream" version="2" codec="opus"/>' +
'<audio transport="none"/>' +
- '<initial-resolution width="640" height="480"/>' +
'<authentication supported-methods="spake2_plain"/>' +
- '<quic-config>AAADwAAAAYAA=</quic-config>' +
'</description>' +
'<unknown-field-that-contains-pii unknown-attribute="pii">' +
'This is PII' +
@@ -66,19 +59,12 @@ QUnit.test('should strip PII from session-initiate.', function(assert) {
'<description xmlns="google:remoting">' +
'<standard-ice/>' +
'<control transport="mux-stream" version="3"/>' +
- '<control transport="quic-stream" version="3"/>' +
'<event transport="mux-stream" version="2"/>' +
- '<event transport="quic-stream" version="2"/>' +
'<video transport="stream" version="2" codec="vp9"/>' +
'<video transport="stream" version="2" codec="vp8"/>' +
- '<video transport="quic-stream" version="2" codec="vp9"/>' +
- '<video transport="quic-stream" version="2" codec="vp8"/>' +
'<audio transport="mux-stream" version="2" codec="opus"/>' +
- '<audio transport="quic-stream" version="2" codec="opus"/>' +
'<audio transport="none"/>' +
- '<initial-resolution width="640" height="480"/>' +
'<authentication supported-methods="spake2_plain"/>' +
- '<quic-config>AAADwAAAAYAA=</quic-config>' +
'</description>' +
'<unknown-field-that-contains-pii unknown-attribute="REDACTED">'+
'REDACTED' +
« no previous file with comments | « remoting/webapp/base/js/xmpp_error_cache.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698