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

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

Issue 280423005: Adds class ServiceWorkerScriptCacheMap and new ServiceWorkerVersion::Listener methods related to sc… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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_context_core.h
diff --git a/content/browser/service_worker/service_worker_context_core.h b/content/browser/service_worker/service_worker_context_core.h
index 4ec5ea3a2ec81d2b3fe97fa89147150443c5ad6a..726d43fb27237036e4ecc0b9541438e84a374c15 100644
--- a/content/browser/service_worker/service_worker_context_core.h
+++ b/content/browser/service_worker/service_worker_context_core.h
@@ -109,6 +109,10 @@ class CONTENT_EXPORT ServiceWorkerContextCore
const base::string16& message,
int line_number,
const GURL& source_url) OVERRIDE;
+ virtual void OnMainScriptCached(ServiceWorkerVersion* version,
+ bool success) OVERRIDE {}
+ virtual void OnAllScriptsCached(ServiceWorkerVersion* version,
+ bool success) OVERRIDE {}
ServiceWorkerStorage* storage() { return storage_.get(); }
ServiceWorkerProcessManager* process_manager() {

Powered by Google App Engine
This is Rietveld 408576698