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

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: 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 2fae44124ec31409cc92d69f805a5b024fc79f69..f4a14c0fb6b74b02143e0e199ea5eee2bca7381c 100644
--- a/content/browser/service_worker/service_worker_context_core.h
+++ b/content/browser/service_worker/service_worker_context_core.h
@@ -133,8 +133,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