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

Unified Diff: Source/core/platform/network/ResourceError.h

Issue 14495011: Revert "Create errors (especially cancellation errors) internally to WebCore, rather" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | « Source/core/page/ContextMenuController.cpp ('k') | Source/core/platform/network/ResourceError.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/network/ResourceError.h
diff --git a/Source/core/platform/network/ResourceError.h b/Source/core/platform/network/ResourceError.h
index 0685f7bebeed368a8daaede942c78ddbe0533e4d..47439ef8d88a81129860570c63f4a1c86e882362 100644
--- a/Source/core/platform/network/ResourceError.h
+++ b/Source/core/platform/network/ResourceError.h
@@ -35,8 +35,6 @@ extern const char* const errorDomainWebKitInternal; // Used for errors that won'
class ResourceError {
public:
- static ResourceError cancelledError(const String& failingURL);
-
ResourceError()
: m_errorCode(0)
, m_isNull(true)
« no previous file with comments | « Source/core/page/ContextMenuController.cpp ('k') | Source/core/platform/network/ResourceError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698