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

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

Issue 2958753003: Revert "Create ServiceWorkerProviderHost before starting worker" (Closed)
Patch Set: Created 3 years, 6 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 71c61301f6820f7290729379cd98842f4fb03b78..e0f107a2926914ae7f8b718fddb3fbbf2d178925 100644
--- a/content/browser/service_worker/service_worker_registration.h
+++ b/content/browser/service_worker/service_worker_registration.h
@@ -35,7 +35,7 @@ class CONTENT_EXPORT ServiceWorkerRegistration
public:
typedef base::Callback<void(ServiceWorkerStatusCode status)> StatusCallback;
- class CONTENT_EXPORT Listener {
+ class Listener {
public:
virtual void OnVersionAttributesChanged(
ServiceWorkerRegistration* registration,

Powered by Google App Engine
This is Rietveld 408576698