Index: content/worker/worker_webkitplatformsupport_impl.h |
diff --git a/content/worker/worker_webkitplatformsupport_impl.h b/content/worker/worker_webkitplatformsupport_impl.h |
index d429822a57fb83f7057c3fadcee1d14ecfb379f5..4e010eec4fa435ba2cad77eb81ed5664e2fb2f42 100644 |
--- a/content/worker/worker_webkitplatformsupport_impl.h |
+++ b/content/worker/worker_webkitplatformsupport_impl.h |
@@ -103,6 +103,10 @@ class WorkerWebKitPlatformSupportImpl : public WebKitPlatformSupportImpl, |
WebKit::WebStorageQuotaType, |
WebKit::WebStorageQuotaCallbacks*) OVERRIDE; |
+ virtual void appcacheExeHandlerResponse( |
+ int requestId, |
+ WebKit::WebControllerResponse* response); |
+ |
private: |
class FileUtilities; |