| Index: content/child/web_url_loader_impl.h
|
| diff --git a/content/child/web_url_loader_impl.h b/content/child/web_url_loader_impl.h
|
| index 33c8ec7a75b6dce2cd89b1d093b41c50e6c815af..8c1447b2a5ecc6899090d2a5d8abaf572335a76f 100644
|
| --- a/content/child/web_url_loader_impl.h
|
| +++ b/content/child/web_url_loader_impl.h
|
| @@ -40,9 +40,6 @@ class CONTENT_EXPORT WebURLLoaderImpl
|
| scoped_refptr<base::SingleThreadTaskRunner> task_runner);
|
| virtual ~WebURLLoaderImpl();
|
|
|
| - static blink::WebURLError CreateError(const blink::WebURL& unreachable_url,
|
| - bool stale_copy_in_cache,
|
| - int reason);
|
| static void PopulateURLResponse(
|
| const GURL& url,
|
| const ResourceResponseInfo& info,
|
|
|