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

Unified Diff: content/public/common/content_switches.cc

Issue 156963003: Support replacement of IP address resolutions via command line flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: General cleanup Created 6 years, 10 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
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 285b5de5e4528dcb9b4e523f68bf3b6d6c195775..19779fbeb2109c8aeec6db4fcf0cf6fb9b7fce88 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -687,6 +687,10 @@ const char kIgnoreGpuBlacklist[] = "ignore-gpu-blacklist";
// Run the GPU process as a thread in the browser process.
const char kInProcessGPU[] = "in-process-gpu";
+// These mappings only apply to the host resolver, and can insert additional
+// resolutions in front of resolutions that match a pattern.
+const char kIpResolverRules[] = "ip-resolver-rules";
+
// Specifies the flags passed to JS engine
const char kJavaScriptFlags[] = "js-flags";

Powered by Google App Engine
This is Rietveld 408576698