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

Unified Diff: content/child/service_worker/web_service_worker_registration_impl.h

Issue 2489883006: Replace registration_id() with registrationId() (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/child/service_worker/web_service_worker_registration_impl.h
diff --git a/content/child/service_worker/web_service_worker_registration_impl.h b/content/child/service_worker/web_service_worker_registration_impl.h
index 715345c12d6b7fe956d7aca1f886d953f5f62b56..ce30fb00eae8dec1cf096f951825d3d01fa9f00f 100644
--- a/content/child/service_worker/web_service_worker_registration_impl.h
+++ b/content/child/service_worker/web_service_worker_registration_impl.h
@@ -68,9 +68,6 @@ class CONTENT_EXPORT WebServiceWorkerRegistrationImpl
override;
int64_t registrationId() const override;
- // TODO(adithyas): Remove this function and use registrationId() instead
- int64_t registration_id() const;
-
using WebServiceWorkerRegistrationHandle =
blink::WebServiceWorkerRegistration::Handle;

Powered by Google App Engine
This is Rietveld 408576698