| Index: Source/Platform/chromium/public/Platform.h
|
| ===================================================================
|
| --- Source/Platform/chromium/public/Platform.h (revision 148844)
|
| +++ Source/Platform/chromium/public/Platform.h (working copy)
|
| @@ -77,6 +77,7 @@
|
| class WebThemeEngine;
|
| class WebThread;
|
| class WebURL;
|
| +class WebURLError;
|
| class WebURLLoader;
|
| class WebWorkerRunLoop;
|
| struct WebFloatPoint;
|
| @@ -272,7 +273,9 @@
|
| // 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 -------------------------------------------------------------
|
|
|
| // If refresh is true, then cached information should not be used to
|
|
|