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

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

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 | « no previous file | ios/chrome/browser/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/chrome_switches.h
diff --git a/ios/chrome/browser/chrome_switches.h b/ios/chrome/browser/chrome_switches.h
index c04874952827bf8e1dc92a64455dda2100dc4076..f7eea29cf772a6951b51e050962ae07ef90d2c5e 100644
--- a/ios/chrome/browser/chrome_switches.h
+++ b/ios/chrome/browser/chrome_switches.h
@@ -36,6 +36,8 @@ extern const char kIOSMetricsRecordingOnly[];
extern const char kUserAgent[];
extern const char kIOSHostResolverRules[];
+extern const char kIOSTestingFixedHttpPort[];
+extern const char kIOSTestingFixedHttpsPort[];
} // namespace switches
« no previous file with comments | « no previous file | ios/chrome/browser/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698