| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index af2158755f6731615d113c4e64e407bb07b44a35..5d8a05f48f497468113b353b6670e30a2f49f0d9 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -84,6 +84,7 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| blink::WebString& charset);
|
| virtual blink::WebURLError cancelledError(const blink::WebURL& url) const;
|
| virtual bool isReservedIPAddress(const blink::WebString& host) const;
|
| + virtual bool portAllowed(const unsigned short port, bool isFtp) const;
|
| virtual blink::WebThread* createThread(const char* name);
|
| virtual blink::WebThread* currentThread();
|
| virtual void yieldCurrentThread();
|
|
|