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

Unified Diff: content/browser/service_worker/service_worker_context_core.h

Issue 252893006: Remove the unused source_process_id and provider_host arguments to SW unregistration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync 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_context_core.h
diff --git a/content/browser/service_worker/service_worker_context_core.h b/content/browser/service_worker/service_worker_context_core.h
index a8cdc41877a0f05a317caf40cdc868c320b8471d..55d64ae1807708b8b98d0cfac92427e23ce3dd91 100644
--- a/content/browser/service_worker/service_worker_context_core.h
+++ b/content/browser/service_worker/service_worker_context_core.h
@@ -138,8 +138,6 @@ class CONTENT_EXPORT ServiceWorkerContextCore
// The callback will be called on the IO thread.
void UnregisterServiceWorker(const GURL& pattern,
- int source_process_id,
- ServiceWorkerProviderHost* provider_host,
const UnregistrationCallback& callback);
// This class maintains collections of live instances, this class

Powered by Google App Engine
This is Rietveld 408576698