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

Unified Diff: Source/modules/cachestorage/CacheStorage.h

Issue 1044203004: [Storage] Cache storage inspection on all the frames! (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comments and fix Created 5 years, 8 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/modules/cachestorage/CacheStorage.h
diff --git a/Source/modules/cachestorage/CacheStorage.h b/Source/modules/cachestorage/CacheStorage.h
index fa72b438d00dff3b11c25e8ee741d150af876f16..2db6382800756bfa0971f0f9d37200fe5028ef3f 100644
--- a/Source/modules/cachestorage/CacheStorage.h
+++ b/Source/modules/cachestorage/CacheStorage.h
@@ -32,6 +32,7 @@ public:
ScriptPromise keys(ScriptState*);
ScriptPromise match(ScriptState*, const RequestInfo&, const CacheQueryOptions&, ExceptionState&);
+ WebServiceWorkerCacheStorage* webCacheStorage() const { return m_webCacheStorage.get(); }
pfeldman 2015/04/16 10:22:53 I thought this was no longer necessary.
dmurph 2015/04/18 00:59:32 Bad merge, removed.
DECLARE_TRACE();

Powered by Google App Engine
This is Rietveld 408576698