Index: content/browser/service_worker/service_worker_storage.h |
diff --git a/content/browser/service_worker/service_worker_storage.h b/content/browser/service_worker/service_worker_storage.h |
index 623bf755fbfdc0e8056936add2f3b182afec69da..b2c0e08cdc49a724cf227c2445b58e97f58f3998 100644 |
--- a/content/browser/service_worker/service_worker_storage.h |
+++ b/content/browser/service_worker/service_worker_storage.h |
@@ -39,6 +39,7 @@ class ServiceWorkerContextCore; |
class ServiceWorkerDiskCache; |
class ServiceWorkerRegistration; |
class ServiceWorkerRegistrationInfo; |
+class ServiceWorkerResponseMetadataWriter; |
class ServiceWorkerResponseReader; |
class ServiceWorkerResponseWriter; |
@@ -144,6 +145,8 @@ class CONTENT_EXPORT ServiceWorkerStorage |
int64 response_id); |
scoped_ptr<ServiceWorkerResponseWriter> CreateResponseWriter( |
int64 response_id); |
+ scoped_ptr<ServiceWorkerResponseMetadataWriter> CreateResponseMetadataWriter( |
+ int64 response_id); |
// Adds |id| to the set of resources ids that are in the disk |
// cache but not yet stored with a registration. |