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

Unified Diff: public/platform/WebServiceWorkerResponseType.h

Issue 1294803005: Move ServiceWorker public headers to public/*/modules/serviceworker (1.5/3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « no previous file | public/platform/modules/serviceworker/WebServiceWorkerResponseType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerResponseType.h
diff --git a/public/platform/WebServiceWorkerResponseType.h b/public/platform/WebServiceWorkerResponseType.h
index feaf6a9bd2649dbc6d132722cb47bf8d90159a76..f28744538bf8a538ece551d5468c5c20621e6fc9 100644
--- a/public/platform/WebServiceWorkerResponseType.h
+++ b/public/platform/WebServiceWorkerResponseType.h
@@ -7,6 +7,11 @@
namespace blink {
+// FIXME: This header is temporarily kept around not to break builds, but
+// should be removed once chromium-side change is landed.
+// If you make changes in this file please make sure you have the same changes
+// in public/platform/modules/serviceworker/WebServiceWorkerResponseType.h
+// until then.
enum WebServiceWorkerResponseType {
WebServiceWorkerResponseTypeBasic,
WebServiceWorkerResponseTypeCORS,
« no previous file with comments | « no previous file | public/platform/modules/serviceworker/WebServiceWorkerResponseType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698