| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index 12ecf5e12f68a9ba38245d7314589d7048a3b7c2..a7adaca7958a5b86156280726c06055c79f96189 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();
|
|
|