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

Unified Diff: chrome/browser/io_thread.h

Issue 845843002: Clean up QUIC field trial parsing code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re-remove test Created 5 years, 11 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') | no next file with comments »
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 89ca3b748ef2298f1348247eee8fc6f95621ba4d..d487b50d708712657ed266a765901b9e9b5df0f7 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -356,7 +356,6 @@ class IOThread : public content::BrowserThreadDelegate {
// QUIC handshake.
static bool ShouldEnableQuicPacing(
const base::CommandLine& command_line,
- base::StringPiece quic_trial_group,
const VariationParameters& quic_trial_params);
// Returns true if QUIC should always require handshake confirmation during
@@ -393,7 +392,6 @@ class IOThread : public content::BrowserThreadDelegate {
// parsing any of the options, or if the default value should be used.
static size_t GetQuicMaxPacketLength(
const base::CommandLine& command_line,
- base::StringPiece quic_trial_group,
const VariationParameters& quic_trial_params);
// Returns the QUIC versions specified by any flags in |command_line|
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698