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

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

Issue 225403014: ServiceWorker: propagate provider_id to the browser process in .register + int32/int cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 8 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_internals_ui.cc
diff --git a/content/browser/service_worker/service_worker_internals_ui.cc b/content/browser/service_worker/service_worker_internals_ui.cc
index 1f6f55a40fa86b0638cf2ffd10489cfb4e1f5300..746f699846f60d61b392fa79fd779627a3511b59 100644
--- a/content/browser/service_worker/service_worker_internals_ui.cc
+++ b/content/browser/service_worker/service_worker_internals_ui.cc
@@ -284,6 +284,7 @@ void ServiceWorkerInternalsUI::OperationProxy::UnregisterOnIOThread(
context->context()->UnregisterServiceWorker(
scope,
0, // render process id?
+ NULL, // provider_host
base::Bind(&ServiceWorkerInternalsUI::OperationProxy::OperationComplete,
this));
}

Powered by Google App Engine
This is Rietveld 408576698