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

Unified Diff: content/common/service_worker/service_worker_status_code.h

Issue 340773006: Dispatch push event to worker from PushServiceImpl#OnMessage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Debugging. Created 6 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/common/service_worker/service_worker_status_code.h
diff --git a/content/common/service_worker/service_worker_status_code.h b/content/common/service_worker/service_worker_status_code.h
index a0245e48e10feabbe48edc800c6badbea8adfbc4..2af15c4c5d9819771872c537cf931e5cd902a335 100644
--- a/content/common/service_worker/service_worker_status_code.h
+++ b/content/common/service_worker/service_worker_status_code.h
@@ -10,7 +10,7 @@
namespace content {
// Generic service worker operation statuses.
-enum ServiceWorkerStatusCode {
+enum CONTENT_EXPORT ServiceWorkerStatusCode {
// Operation succeeded.
SERVICE_WORKER_OK,

Powered by Google App Engine
This is Rietveld 408576698