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

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

Issue 2638313002: Manage ServiceWorkerDispatcherHost in ServiceWorkerContextCore (Closed)
Patch Set: Rebase Created 3 years, 10 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_types_traits.h
diff --git a/content/common/service_worker/service_worker_types_traits.h b/content/common/service_worker/service_worker_types_traits.h
deleted file mode 100644
index 18910a52444c8fe20bb4c84d5bb4764bd24f2da5..0000000000000000000000000000000000000000
--- a/content/common/service_worker/service_worker_types_traits.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2016 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 CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_TRAITS_H_
-#define CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_TRAITS_H_
-
-#include "content/common/service_worker/service_worker_types.mojom.h"
-
-namespace mojo {
-
-template <>
-struct EnumTraits<content::mojom::ServiceWorkerProviderType,
- content::ServiceWorkerProviderType> {
- static content::mojom::ServiceWorkerProviderType ToMojom(
- content::ServiceWorkerProviderType input);
-
- static bool FromMojom(content::mojom::ServiceWorkerProviderType input,
- content::ServiceWorkerProviderType* out);
-};
-
-} // namespace mojo
-
-#endif // CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_TRAITS_H_

Powered by Google App Engine
This is Rietveld 408576698