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

Unified Diff: Source/web/ServiceWorkerGlobalScopeClientImpl.h

Issue 929953002: CachedMetadata support for ServiceWorker script. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporated tkent's comment 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: Source/web/ServiceWorkerGlobalScopeClientImpl.h
diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
index ddf2cdbb23cff87d029b3b28bc7b7ce5ebfa3870..d42aca88e7f07f3f73a384d9f325dbb98abab40b 100644
--- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h
+++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
@@ -50,6 +50,8 @@ public:
virtual void getClients(WebServiceWorkerClientsCallbacks*) override;
virtual void openWindow(const WebURL&, WebServiceWorkerClientCallbacks*) override;
+ virtual void setCachedMetadata(const WebURL&, const char*, size_t) override;
+ virtual void clearCachedMetadata(const WebURL&) override;
virtual WebURL scope() const override;
virtual WebServiceWorkerCacheStorage* cacheStorage() const override;

Powered by Google App Engine
This is Rietveld 408576698