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

Unified Diff: public/platform/WebServiceWorkerResponseType.h

Issue 1262603004: Move ServiceWorker public headers to public/{web,platform}/modules/serviceworker (3/3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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: public/platform/WebServiceWorkerResponseType.h
diff --git a/public/platform/WebServiceWorkerResponseType.h b/public/platform/WebServiceWorkerResponseType.h
deleted file mode 100644
index f28744538bf8a538ece551d5468c5c20621e6fc9..0000000000000000000000000000000000000000
--- a/public/platform/WebServiceWorkerResponseType.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef WebServiceWorkerResponseType_h
-#define WebServiceWorkerResponseType_h
-
-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,
- WebServiceWorkerResponseTypeDefault,
- WebServiceWorkerResponseTypeError,
- WebServiceWorkerResponseTypeOpaque,
- WebServiceWorkerResponseTypeOpaqueRedirect,
- WebServiceWorkerResponseTypeLast = WebServiceWorkerResponseTypeOpaqueRedirect
-};
-
-} // namespace blink
-
-#endif // WebServiceWorkerResponseType_h
« no previous file with comments | « public/platform/WebServiceWorkerResponseError.h ('k') | public/platform/WebServiceWorkerSkipWaitingCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698