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

Unified Diff: public/platform/WebServiceWorkerEventResult.h

Issue 1262943002: Move ServiceWorker public headers to public/{web,platform}/modules/serviceworker (1/3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased 2 Created 5 years, 4 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
« no previous file with comments | « public/platform/WebServiceWorkerError.h ('k') | public/platform/WebServiceWorkerProvider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerEventResult.h
diff --git a/public/platform/WebServiceWorkerEventResult.h b/public/platform/WebServiceWorkerEventResult.h
index fddfcd06beb30441b5cd78654715cd56eee5bb2e..43e7beebb047168b6807d889e970a028a6bd86bd 100644
--- a/public/platform/WebServiceWorkerEventResult.h
+++ b/public/platform/WebServiceWorkerEventResult.h
@@ -2,21 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WebServiceWorkerEventResult_h
-#define WebServiceWorkerEventResult_h
-
-namespace blink {
-
-// Indicates how the service worker handled an event.
-enum WebServiceWorkerEventResult {
- // The event dispatch completed with no rejections.
- WebServiceWorkerEventResultCompleted = 0,
- // The service worker associated the event with a promise that was rejected
- // (e.g., the promise passed to waitUntil for an install event was rejected).
- WebServiceWorkerEventResultRejected,
- WebServiceWorkerEventResultLast = WebServiceWorkerEventResultRejected
-};
-
-} // namespace blink
-
-#endif // WebServiceWorkerEventResult_h
+#include "public/platform/modules/serviceworker/WebServiceWorkerEventResult.h"
« no previous file with comments | « public/platform/WebServiceWorkerError.h ('k') | public/platform/WebServiceWorkerProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698