| Index: sky/engine/public/platform/Platform.h
|
| diff --git a/sky/engine/public/platform/Platform.h b/sky/engine/public/platform/Platform.h
|
| index e39689508c05dcec27e1f0b1bdf822ed90e2365e..af287f429f2dc481535a116c3b7bbea0431898ec 100644
|
| --- a/sky/engine/public/platform/Platform.h
|
| +++ b/sky/engine/public/platform/Platform.h
|
| @@ -37,7 +37,6 @@
|
| #include "sky/engine/public/platform/WebGraphicsContext3D.h"
|
| #include "sky/engine/public/platform/WebLocalizedString.h"
|
| #include "sky/engine/public/platform/WebString.h"
|
| -#include "sky/engine/public/platform/WebURLError.h"
|
| #include "sky/engine/public/platform/WebVector.h"
|
|
|
| class GrContext;
|
| @@ -60,7 +59,6 @@ class WebGraphicsContext3DProvider;
|
| class WebSandboxSupport;
|
| struct WebFloatPoint;
|
| class WebURL;
|
| -class WebURLLoader;
|
| class WebUnitTestSupport;
|
| struct WebLocalizedString;
|
| struct WebSize;
|
| @@ -151,14 +149,9 @@ public:
|
|
|
| virtual mojo::NetworkService* networkService() { return 0; }
|
|
|
| - // Returns a new WebURLLoader instance.
|
| - virtual WebURLLoader* createURLLoader() { return 0; }
|
| -
|
| // 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 { return WebURLError(); }
|
| -
|
| // Resources -----------------------------------------------------------
|
|
|
| // Returns a localized string resource (with substitution parameters).
|
|
|