| Index: Source/Platform/chromium/public/Platform.h
|
| ===================================================================
|
| --- Source/Platform/chromium/public/Platform.h (revision 148396)
|
| +++ Source/Platform/chromium/public/Platform.h (working copy)
|
| @@ -272,7 +272,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 int cancelledErrorCode() const { return 0; }
|
|
|
| +
|
| // Plugins -------------------------------------------------------------
|
|
|
| // If refresh is true, then cached information should not be used to
|
|
|