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

Unified Diff: remoting/webapp/base/js/experiments.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/remoting_test.gypi ('k') | remoting/webapp/base/js/xmpp_error_cache.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/base/js/experiments.js
diff --git a/remoting/webapp/base/js/experiments.js b/remoting/webapp/base/js/experiments.js
index ab6edc111b579e0e77c05c2946621b3c56d01303..f3659fc6df95526426333a594ed6edf69fed6486 100644
--- a/remoting/webapp/base/js/experiments.js
+++ b/remoting/webapp/base/js/experiments.js
@@ -15,7 +15,7 @@ var remoting = remoting || {};
(function() {
var kExperimentsStorageName = 'remoting-experiments';
-var ACTIVE_FIELD_TRIALS = {'ChromotingQUIC': 'quic', 'ChromotingVP9': 'vp9'};
+var ACTIVE_FIELD_TRIALS = {'ChromotingVP9': 'vp9'};
/**
* @param {Array.<string>} list
« no previous file with comments | « remoting/remoting_test.gypi ('k') | remoting/webapp/base/js/xmpp_error_cache.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698