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

Unified Diff: remoting/client/plugin/chromoting_instance.cc

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/base/constants.cc ('k') | remoting/host/host_status_logger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/chromoting_instance.cc
diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc
index eef2a20718201c8fa7857bbb249f19a42a3a47c8..13fe3422893fa39868f578f3f2f6dc2ed2a52d8a 100644
--- a/remoting/client/plugin/chromoting_instance.cc
+++ b/remoting/client/plugin/chromoting_instance.cc
@@ -727,10 +727,6 @@ void ChromotingInstance::HandleConnect(const base::DictionaryValue& data) {
experiments_list.end()) {
config->set_vp9_experiment_enabled(true);
}
- if (std::find(experiments_list.begin(), experiments_list.end(), "quic") !=
- experiments_list.end()) {
- config->PreferTransport(protocol::ChannelConfig::TRANSPORT_QUIC_STREAM);
- }
client_->set_protocol_config(config.Pass());
// Kick off the connection.
« no previous file with comments | « remoting/base/constants.cc ('k') | remoting/host/host_status_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698