Chromium Code Reviews| Index: public/platform/Platform.h |
| diff --git a/public/platform/Platform.h b/public/platform/Platform.h |
| index ba29cdc917c98a608e47829834f868a84e89741f..4f178b812238edc18da07305c5e64c6c83639cd1 100644 |
| --- a/public/platform/Platform.h |
| +++ b/public/platform/Platform.h |
| @@ -343,6 +343,8 @@ public: |
| virtual bool isReservedIPAddress(const WebString& host) const { return false; } |
| + virtual bool portAllowed(unsigned short port) const { return false; } |
|
eroman
2015/04/10 17:22:48
Can you change the API to:
virtual bool portAll
Paritosh Kumar
2015/04/13 10:00:25
Thanks. Done.
|
| + |
| // Plugins ------------------------------------------------------------- |
| // If refresh is true, then cached information should not be used to |