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

Unified Diff: Source/Platform/chromium/src/Platform.cpp

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/Platform/chromium/public/Platform.h ('k') | Source/WebKit/chromium/public/WebFrameClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/Platform/chromium/src/Platform.cpp
diff --git a/Source/Platform/chromium/src/Platform.cpp b/Source/Platform/chromium/src/Platform.cpp
index 45238aafea4e398969ddf346325e2c2506bf8e42..29eebd97dacdd199a113d647216ee472901349fc 100644
--- a/Source/Platform/chromium/src/Platform.cpp
+++ b/Source/Platform/chromium/src/Platform.cpp
@@ -31,8 +31,6 @@
#include "config.h"
#include <public/Platform.h>
-#include <public/WebURLError.h>
-
namespace WebKit {
static Platform* s_platform = 0;
@@ -52,12 +50,4 @@ Platform* Platform::current()
return s_platform;
}
-WebURLError Platform::cancelledError(const WebURL& unreachableURL) const
-{
- WebURLError error;
- error.unreachableURL = unreachableURL;
- error.isCancellation = true;
- return error;
-}
-
} // namespace WebKit
« no previous file with comments | « Source/Platform/chromium/public/Platform.h ('k') | Source/WebKit/chromium/public/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698