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

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

Issue 788073007: Cleanup geofence registrations when a service worker is unregistered. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: slightly improve mock usage in test Created 6 years 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_observer.h
diff --git a/content/browser/service_worker/service_worker_context_observer.h b/content/browser/service_worker/service_worker_context_observer.h
index 410b7689ee0bc98ccc135a8fb258e8073e9d994a..dbc79bacac6096173b508a61301f028b41a128aa 100644
--- a/content/browser/service_worker/service_worker_context_observer.h
+++ b/content/browser/service_worker/service_worker_context_observer.h
@@ -59,7 +59,8 @@ class ServiceWorkerContextObserver {
int thread_id,
const ConsoleMessage& message) {}
virtual void OnRegistrationStored(const GURL& pattern) {}
- virtual void OnRegistrationDeleted(const GURL& pattern) {}
+ virtual void OnRegistrationDeleted(int64 registration_id,
+ const GURL& pattern) {}
// Notified when the storage corruption recovery is completed and all stored
// data is wiped out.

Powered by Google App Engine
This is Rietveld 408576698