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

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

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 | « content/child/service_worker/web_service_worker_registration_impl.h ('k') | no next file » | 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.cc
diff --git a/content/child/service_worker/web_service_worker_registration_impl.cc b/content/child/service_worker/web_service_worker_registration_impl.cc
index 312ef2b8459f9db0d60fab8b44c6ce143713beab..8bb7ed114172773b9220e962ba03e7492f591ece 100644
--- a/content/child/service_worker/web_service_worker_registration_impl.cc
+++ b/content/child/service_worker/web_service_worker_registration_impl.cc
@@ -41,6 +41,11 @@ void WebServiceWorkerRegistrationImpl::setProxy(
proxy_ = proxy;
}
+blink::WebServiceWorkerRegistrationProxy*
+WebServiceWorkerRegistrationImpl::proxy() {
+ return proxy_;
+}
+
void WebServiceWorkerRegistrationImpl::setInstalling(
blink::WebServiceWorker* service_worker) {
DCHECK(proxy_);
« no previous file with comments | « content/child/service_worker/web_service_worker_registration_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698