Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: content/browser/service_worker/service_worker_storage.h

Issue 931173002: Implement EmbeddedWorkerContextClient.setCachedMetadata/clearCachedMetadata (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix clang failure Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698