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

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

Issue 1841863003: DevTools: move the force update SW on reload checkbox to the Resources / Service Workers view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fixed Created 4 years, 9 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_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 86c238546b84edb0fe0ac5237dc9f3b5cf50c728..b643153f951a84b204010ec7d0a819a4a0055503 100644
--- a/content/browser/service_worker/service_worker_context_observer.h
+++ b/content/browser/service_worker/service_worker_context_observer.h
@@ -80,8 +80,6 @@ class ServiceWorkerContextObserver {
const GURL& pattern) {}
virtual void OnRegistrationDeleted(int64_t registration_id,
const GURL& pattern) {}
- virtual void OnForceUpdateOnPageLoadChanged(int64_t registration_id,
- bool force_update_on_page_load) {}
// Notified when the storage corruption recovery is completed and all stored
// data is wiped out.

Powered by Google App Engine
This is Rietveld 408576698