Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(536)

Unified Diff: content/child/web_url_loader_impl.h

Issue 958083002: PlzNavigate: Show error pages when the navigation failed before commit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@support-data-urls
Patch Set: Updated test Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698