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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerGlobalScope.h

Issue 1051023002: Expose Cache Storage API in the global scope in stable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 9 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
« no previous file with comments | « no previous file | Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
index 6928430576bfb59e191b4cfc826bcfbbab32b33a..ef79c208dbcedffc7fae7d3772a511770377db4e 100644
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
@@ -39,7 +39,6 @@
namespace blink {
-class CacheStorage;
class Dictionary;
class Request;
class ScriptPromise;
@@ -68,8 +67,6 @@ public:
ServiceWorkerClients* clients();
ServiceWorkerRegistration* registration();
- CacheStorage* caches(ExecutionContext*);
-
ScriptPromise fetch(ScriptState*, const RequestInfo&, const Dictionary&, ExceptionState&);
void close(ExceptionState&);
@@ -104,7 +101,6 @@ private:
PersistentWillBeMember<ServiceWorkerClients> m_clients;
PersistentWillBeMember<ServiceWorkerRegistration> m_registration;
- PersistentWillBeMember<CacheStorage> m_caches;
bool m_didEvaluateScript;
bool m_hadErrorInTopLevelEventHandler;
unsigned m_eventNestingLevel;
« no previous file with comments | « no previous file | Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698