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

Unified Diff: content/child/service_worker/web_service_worker_registration_impl.h

Issue 470843002: ServiceWorker: Implement WebServiceWorkerRegistrationImpl::proxy() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | content/child/service_worker/web_service_worker_registration_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/service_worker/web_service_worker_registration_impl.h
diff --git a/content/child/service_worker/web_service_worker_registration_impl.h b/content/child/service_worker/web_service_worker_registration_impl.h
index c2d574a9cc17c5c44a7de043f15554eeee594fd9..a11e3581fc4a355e9860b367b1ab43a79caa38ff 100644
--- a/content/child/service_worker/web_service_worker_registration_impl.h
+++ b/content/child/service_worker/web_service_worker_registration_impl.h
@@ -29,6 +29,7 @@ class WebServiceWorkerRegistrationImpl
void OnUpdateFound();
virtual void setProxy(blink::WebServiceWorkerRegistrationProxy* proxy);
+ virtual blink::WebServiceWorkerRegistrationProxy* proxy();
virtual void setInstalling(blink::WebServiceWorker* service_worker);
virtual void setWaiting(blink::WebServiceWorker* service_worker);
virtual void setActive(blink::WebServiceWorker* service_worker);
« no previous file with comments | « no previous file | content/child/service_worker/web_service_worker_registration_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698