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

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

Issue 2390953002: ServiceWorker: Remove an unused origin_filter param for cleanup (Closed)
Patch Set: slightly revert renaming for consistency Created 4 years, 2 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
« no previous file with comments | « no previous file | content/browser/service_worker/service_worker_storage.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/service_worker_storage.h
diff --git a/content/browser/service_worker/service_worker_storage.h b/content/browser/service_worker/service_worker_storage.h
index 1667b54a795eb915cb0a13f50bb4834082bda83c..9e7d267cfaaf09c75314c8800a3eb8337793995f 100644
--- a/content/browser/service_worker/service_worker_storage.h
+++ b/content/browser/service_worker/service_worker_storage.h
@@ -361,15 +361,15 @@ class CONTENT_EXPORT ServiceWorkerStorage
const ServiceWorkerDatabase::RegistrationData& data,
const ResourceList& resources,
ServiceWorkerDatabase::Status status);
- void DidGetRegistrations(const GetRegistrationsCallback& callback,
- RegistrationList* registration_data_list,
- std::vector<ResourceList>* resources_list,
- const GURL& origin_filter,
- ServiceWorkerDatabase::Status status);
- void DidGetRegistrationsInfos(const GetRegistrationsInfosCallback& callback,
- RegistrationList* registration_data_list,
- const GURL& origin_filter,
- ServiceWorkerDatabase::Status status);
+ void DidGetRegistrationsForOrigin(const GetRegistrationsCallback& callback,
+ RegistrationList* registration_data_list,
+ std::vector<ResourceList>* resources_list,
+ const GURL& origin_filter,
+ ServiceWorkerDatabase::Status status);
+ void DidGetAllRegistrationsInfos(
+ const GetRegistrationsInfosCallback& callback,
+ RegistrationList* registration_data_list,
+ ServiceWorkerDatabase::Status status);
void DidStoreRegistration(
const StatusCallback& callback,
const ServiceWorkerDatabase::RegistrationData& new_version,
« no previous file with comments | « no previous file | content/browser/service_worker/service_worker_storage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698