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

Unified Diff: Source/platform/weborigin/KnownPorts.h

Issue 908483002: Fix to respect --explicitly-allowed-ports command line option (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « Source/modules/websockets/DOMWebSocket.cpp ('k') | Source/platform/weborigin/KnownPorts.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/weborigin/KnownPorts.h
diff --git a/Source/platform/weborigin/KnownPorts.h b/Source/platform/weborigin/KnownPorts.h
index 338b5362d01e366d6c5e091432e012ccb14b5ac6..c638e9f782cd512aa3ef46168da0ff9bfa8215c8 100644
--- a/Source/platform/weborigin/KnownPorts.h
+++ b/Source/platform/weborigin/KnownPorts.h
@@ -34,7 +34,6 @@ namespace blink {
class KURL;
PLATFORM_EXPORT bool isDefaultPortForProtocol(unsigned short port, const String& protocol);
-PLATFORM_EXPORT bool portAllowed(const KURL&); // Blacklist ports that should never be used for Web resources.
} // namespace blink
« no previous file with comments | « Source/modules/websockets/DOMWebSocket.cpp ('k') | Source/platform/weborigin/KnownPorts.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698