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

Unified Diff: content/browser/service_worker/service_worker_handle.cc

Issue 669303003: ServiceWorker: Make a way to retrieve a service worker version id (Chromium) (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments Created 6 years, 2 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/service_worker_handle_reference.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/service_worker_handle.cc
diff --git a/content/browser/service_worker/service_worker_handle.cc b/content/browser/service_worker/service_worker_handle.cc
index e47dc97b3e5c7db0a3616484d0491d54cfbe6108..5e962a4b2f636856044a71cc58fb583a9b8dcf1f 100644
--- a/content/browser/service_worker/service_worker_handle.cc
+++ b/content/browser/service_worker/service_worker_handle.cc
@@ -112,6 +112,7 @@ ServiceWorkerObjectInfo ServiceWorkerHandle::GetObjectInfo() {
info.scope = registration_->pattern();
info.url = version_->script_url();
info.state = GetWebServiceWorkerState(version_.get());
+ info.version_id = version_->version_id();
return info;
}
« no previous file with comments | « no previous file | content/child/service_worker/service_worker_handle_reference.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698