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

Unified Diff: content/browser/service_worker/service_worker_registration.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_registration.h
diff --git a/content/browser/service_worker/service_worker_registration.h b/content/browser/service_worker/service_worker_registration.h
index 6f9b0dea86324e017147846e0aa8ebf85bbc2412..3450bcded8fe068199a4bb1079ecb61cb99ce80a 100644
--- a/content/browser/service_worker/service_worker_registration.h
+++ b/content/browser/service_worker/service_worker_registration.h
@@ -142,11 +142,6 @@ class CONTENT_EXPORT ServiceWorkerRegistration
void RegisterRegistrationFinishedCallback(const base::Closure& callback);
void NotifyRegistrationFinished();
- bool force_update_on_page_load() const { return force_update_on_page_load_; }
- void set_force_update_on_page_load(bool force_update_on_page_load) {
- force_update_on_page_load_ = force_update_on_page_load;
- }
-
private:
friend class base::RefCounted<ServiceWorkerRegistration>;
@@ -181,7 +176,6 @@ class CONTENT_EXPORT ServiceWorkerRegistration
bool is_uninstalling_;
bool is_uninstalled_;
bool should_activate_when_ready_;
- bool force_update_on_page_load_;
base::Time last_update_check_;
int64_t resources_total_size_bytes_;
« no previous file with comments | « content/browser/service_worker/service_worker_info.cc ('k') | content/browser/service_worker/service_worker_registration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698