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

Unified Diff: chrome/common/chrome_switches.h

Issue 176032: Adding commandline option to override bans on certain port numbers through a ... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 4 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: chrome/common/chrome_switches.h
===================================================================
--- chrome/common/chrome_switches.h (revision 24426)
+++ chrome/common/chrome_switches.h (working copy)
@@ -242,6 +242,8 @@
extern const wchar_t kEnableByteRangeSupport[];
+extern const wchar_t kExplicitlyAllowedPorts[];
+
} // namespace switches
#endif // CHROME_COMMON_CHROME_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698