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

Unified Diff: Source/Platform/chromium/public/Platform.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/Platform/Platform.gyp/Platform.gyp ('k') | Source/Platform/chromium/src/Platform.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/Platform/chromium/public/Platform.h
diff --git a/Source/Platform/chromium/public/Platform.h b/Source/Platform/chromium/public/Platform.h
index 6a12c0581701dd83acca1359932209f4126e8179..b6f1c9049184baeb5f8666a67230f675ec904e77 100644
--- a/Source/Platform/chromium/public/Platform.h
+++ b/Source/Platform/chromium/public/Platform.h
@@ -84,7 +84,7 @@ struct WebLocalizedString;
struct WebSize;
struct WebURLError;
-class WEBKIT_EXPORT Platform {
+class Platform {
public:
// HTML5 Database ------------------------------------------------------
@@ -273,8 +273,6 @@ public:
// A suggestion to cache this metadata in association with this URL.
virtual void cacheMetadata(const WebURL&, double responseTime, const char* data, size_t dataSize) { }
- virtual WebURLError cancelledError(const WebURL&) const;
-
// Plugins -------------------------------------------------------------
« no previous file with comments | « Source/Platform/Platform.gyp/Platform.gyp ('k') | Source/Platform/chromium/src/Platform.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698