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

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

Issue 1452883004: Add iOS variable for --host-resolver-rules switch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 ebaed09bd227d6cbbbf13dae26edf28d9b674ff3..e2934c1968e23d83b562ab82b4eb0e57793e27b7 100644
--- a/ios/chrome/browser/chrome_switches.cc
+++ b/ios/chrome/browser/chrome_switches.cc
@@ -91,4 +91,7 @@ const char kIOSMetricsRecordingOnly[] = "metrics-recording-only";
// A string used to override the default user agent with a custom one.
const char kUserAgent[] = "user-agent";
+// These mappings only apply to the host resolver.
+const char kIOSHostResolverRules[] = "host-resolver-rules";
+
} // 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