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

Unified Diff: public/platform/WebServiceWorkerRegistration.h

Issue 1177913002: [Retry] ServiceWorker: Implement ServiceWorkerRegistration.update() (1) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « Source/modules/serviceworkers/ServiceWorkerRegistration.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerRegistration.h
diff --git a/public/platform/WebServiceWorkerRegistration.h b/public/platform/WebServiceWorkerRegistration.h
index f7d0d3e96cc14af54be35e6c9ef681ae73cee0ae..836dcbd21228f4e7540124219a0e8f40f034b5d8 100644
--- a/public/platform/WebServiceWorkerRegistration.h
+++ b/public/platform/WebServiceWorkerRegistration.h
@@ -9,6 +9,7 @@
namespace blink {
+class WebServiceWorkerProvider;
class WebServiceWorkerRegistrationProxy;
class WebServiceWorkerRegistration {
@@ -20,6 +21,7 @@ public:
virtual void proxyStopped() { }
virtual WebURL scope() const { return WebURL(); }
+ virtual void update(WebServiceWorkerProvider*) const { }
kinuko 2015/06/11 03:49:52 It's probably not necessary to make this method co
nhiroki 2015/06/11 04:43:26 I see. Removed!
};
} // namespace blink
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerRegistration.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698