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

Unified Diff: chrome/browser/io_thread.h

Issue 1393713003: Remove insecure QUIC support from Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 5 years, 2 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 | chrome/browser/io_thread.cc » ('j') | net/quic/quic_end_to_end_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 22697c61fd3909a4ffbae488ffdffd60b1d49f18..b909af1c9cb3ae138a2204defbfda1235fac69fa 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -184,7 +184,6 @@ class IOThread : public content::BrowserThreadDelegate {
Optional<double> alternative_service_probability_threshold;
Optional<bool> enable_quic;
- Optional<bool> enable_insecure_quic;
Optional<bool> enable_quic_for_proxies;
Optional<bool> enable_quic_port_selection;
Optional<bool> quic_always_require_handshake_confirmation;
@@ -338,12 +337,6 @@ class IOThread : public content::BrowserThreadDelegate {
base::StringPiece quic_trial_group,
bool quic_allowed_by_policy);
- // Returns true if QUIC should be enabled for http:// URLs, as a result
- // of a field trial or command line flag.
- static bool ShouldEnableInsecureQuic(
- const base::CommandLine& command_line,
- const VariationParameters& quic_trial_params);
-
// Returns true if the selection of the ephemeral port in bind() should be
// performed by Chromium, and false if the OS should select the port. The OS
// option is used to prevent Windows from posting a security security warning
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | net/quic/quic_end_to_end_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698