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

Unified Diff: chrome/browser/io_thread.h

Issue 1091283007: Rename methods and members and const variables to alternative service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re: #4. Created 5 years, 8 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') | chrome/browser/io_thread.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 93cfa48ea1145ef58121313ec0fa8a637dfea773..4b604560fee864352f57220fef4f851fc61842b2 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -175,7 +175,7 @@ class IOThread : public content::BrowserThreadDelegate {
Optional<std::string> trusted_spdy_proxy;
std::set<net::HostPortPair> forced_spdy_exclusions;
Optional<bool> use_alternate_protocols;
- Optional<double> alternate_protocol_probability_threshold;
+ Optional<double> alternative_service_probability_threshold;
Optional<bool> enable_quic;
Optional<bool> enable_quic_for_proxies;
@@ -411,9 +411,9 @@ class IOThread : public content::BrowserThreadDelegate {
const base::CommandLine& command_line,
const VariationParameters& quic_trial_params);
- // Returns the alternate protocol probability threshold specified by
+ // Returns the alternative service probability threshold specified by
// any flags in |command_line| or |quic_trial_params|.
- static double GetAlternateProtocolProbabilityThreshold(
+ static double GetAlternativeProtocolProbabilityThreshold(
const base::CommandLine& command_line,
const VariationParameters& quic_trial_params);
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/io_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698