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

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

Issue 636253004: ServiceWorker: Move TRACE_EVENT to avoid early return and mismatching (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate a review Created 6 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
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 34836f3e28ca462d7c556947f1f3fe9e6f33ab30..4d37c77598386ea4978f557ee8d1f801d1f41e5e 100644
--- a/content/browser/service_worker/service_worker_storage.h
+++ b/content/browser/service_worker/service_worker_storage.h
@@ -238,6 +238,7 @@ class CONTENT_EXPORT ServiceWorkerStorage
void DidFindRegistrationForDocument(
const GURL& document_url,
const FindRegistrationCallback& callback,
+ int64 callback_id,
const ServiceWorkerDatabase::RegistrationData& data,
const ResourceList& resources,
ServiceWorkerDatabase::Status status);

Powered by Google App Engine
This is Rietveld 408576698