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

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

Issue 379303002: Content blink::WebServiceWorkerCacheStorage implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: meets presubmit! Created 6 years, 5 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 a8b0fa735a1db61b0e19935dc2d0557737199c6b..3dfec12b9e0e1f35c72ae9ffc5b43a21bcda8e63 100644
--- a/content/browser/service_worker/service_worker_registration.h
+++ b/content/browser/service_worker/service_worker_registration.h
@@ -24,7 +24,7 @@ class ServiceWorkerVersion;
// scope and script url are constant for the life of the persistent
// registration. It's refcounted to facillitate multiple controllees
// being associated with the same registration. The class roughly
-// corresponds to navigator.serviceWorker.registgration.
+// corresponds to navigator.serviceWorker.registration.
class CONTENT_EXPORT ServiceWorkerRegistration
: NON_EXPORTED_BASE(public base::RefCounted<ServiceWorkerRegistration>) {
public:

Powered by Google App Engine
This is Rietveld 408576698