| Index: content/child/blink_platform_impl.h | 
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h | 
| index e9d3e186cc9b2b1a73bbd6cf9b4438d114c9b913..797aae1c62041f9d2e751b4dc37b366d7bd1fa01 100644 | 
| --- a/content/child/blink_platform_impl.h | 
| +++ b/content/child/blink_platform_impl.h | 
| @@ -81,6 +81,9 @@ 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 isReservedIPAddress( | 
| +      const blink::WebSecurityOrigin&) const OVERRIDE; | 
| +  virtual bool isReservedIPAddress(const blink::WebURL&) const OVERRIDE; | 
| virtual blink::WebThread* createThread(const char* name); | 
| virtual blink::WebThread* currentThread(); | 
| virtual blink::WebWaitableEvent* createWaitableEvent(); | 
|  |