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

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

Issue 1036823003: Fix to respect --explicitly-allowed-ports command line option-Chromium Side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 903c76da6982109265e0da743152c5b34ac8ce57..6a95953497a72daea09e69ae73f5cd0f82287b3b 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -145,6 +145,7 @@ CONTENT_EXPORT extern const char kEnableVtune[];
CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[];
CONTENT_EXPORT extern const char kEnableWebGLImageChromium[];
CONTENT_EXPORT extern const char kEnableZeroCopy[];
+CONTENT_EXPORT extern const char kExplicitlyAllowedPorts[];
eroman 2015/04/10 01:32:17 The same flag shouldn't be defined in both content
Paritosh Kumar 2015/04/10 12:34:32 Thanks. Removing it. But, https://codereview.chro
tyoshino (SeeGerritForStatus) 2015/04/13 14:28:16 I just wanted to confirm what eroman@ had suggeste
CONTENT_EXPORT extern const char kExtraPluginDir[];
CONTENT_EXPORT extern const char kForceDisplayList2dCanvas[];
CONTENT_EXPORT extern const char kForceFieldTrials[];

Powered by Google App Engine
This is Rietveld 408576698