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

Unified Diff: ios/chrome/browser/chrome_switches.cc

Issue 1456023002: Add variable for --testing-fixed-https?-port switches on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@io-thread-host-resolver
Patch Set: Created 5 years, 1 month 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 | « ios/chrome/browser/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/chrome_switches.cc
diff --git a/ios/chrome/browser/chrome_switches.cc b/ios/chrome/browser/chrome_switches.cc
index e2934c1968e23d83b562ab82b4eb0e57793e27b7..c069fd53176763c3860c6eb71584a729c1224bd6 100644
--- a/ios/chrome/browser/chrome_switches.cc
+++ b/ios/chrome/browser/chrome_switches.cc
@@ -94,4 +94,8 @@ const char kUserAgent[] = "user-agent";
// These mappings only apply to the host resolver.
const char kIOSHostResolverRules[] = "host-resolver-rules";
+// Allows for forcing socket connections to http/https to use fixed ports.
+const char kIOSTestingFixedHttpPort[] = "testing-fixed-http-port";
+const char kIOSTestingFixedHttpsPort[] = "testing-fixed-https-port";
+
} // namespace switches
« no previous file with comments | « ios/chrome/browser/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698