| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index 8d0cb7c585801a67c3632c14ec72af6b4619647f..49ae812ebcd0cce3fb2f3eba15bf697e4506f9bd 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -81,6 +81,8 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| const blink::WebURL& url, blink::WebString& mimetype,
|
| blink::WebString& charset);
|
| virtual blink::WebURLError cancelledError(const blink::WebURL& url) const;
|
| + virtual bool isHostnameReservedIPAddress(
|
| + const blink::WebString&) const OVERRIDE;
|
| virtual blink::WebThread* createThread(const char* name);
|
| virtual blink::WebThread* currentThread();
|
| virtual blink::WebWaitableEvent* createWaitableEvent();
|
|
|