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

Unified Diff: public/platform/WebServiceWorker.h

Issue 380923002: Introducing the WebServiceWorkerCacheStorage. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase to trunk Created 6 years, 5 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: public/platform/WebServiceWorker.h
diff --git a/public/platform/WebServiceWorker.h b/public/platform/WebServiceWorker.h
index 52ad440463796cc4c865bee1001d530c5a31e237..e6e5eb277e71b9defe0859b2bc0df5a7b847ff47 100644
--- a/public/platform/WebServiceWorker.h
+++ b/public/platform/WebServiceWorker.h
@@ -40,6 +40,7 @@
namespace blink {
+class WebServiceWorkerCacheStorage;
michaeln 2014/07/25 20:25:19 still needed?
gavinp 2014/07/28 02:10:17 Nope. This whole file should not be a diff and not
class WebServiceWorkerProxy;
typedef WebVector<class WebMessagePortChannel*> WebMessagePortChannelArray;
@@ -49,7 +50,7 @@ public:
// Sets ServiceWorkerProxy, with which callee can start making upcalls
// to the ServiceWorker object via the client. This doesn't pass the
- // ownership to the callee, and the proxy's lifetime is same as that of
+ // to the callee, and the proxy's lifetime is same as that of
// WebServiceWorker.
virtual void setProxy(WebServiceWorkerProxy*) { }
virtual WebServiceWorkerProxy* proxy() { return 0; }

Powered by Google App Engine
This is Rietveld 408576698