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

Unified Diff: content/common/service_worker/service_worker_event_status.typemap

Issue 2168513004: [DO NOT COMMIT] ServiceWorker: First touch of mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove an unnecessary file Created 4 years, 5 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_event_status.typemap
diff --git a/content/common/service_worker/service_worker_event_status.typemap b/content/common/service_worker/service_worker_event_status.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..46db0e79e263fed7ff389aac99ab56a9c329222d
--- /dev/null
+++ b/content/common/service_worker/service_worker_event_status.typemap
@@ -0,0 +1,10 @@
+# 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.
+
+mojom = "//third_party/WebKit/public/platform/modules/serviceworker/service_worker_event_status.mojom"
+public_headers = [ "//content/common/service_worker/service_worker_status_code.h" ]
+traits_headers = [ "//content/common/service_worker/service_worker_event_status_struct_traits.h" ]
+type_mappings = [
+ "blink.mojom.ServiceWorkerEventStatus=::content::ServiceWorkerStatusCode",
+]

Powered by Google App Engine
This is Rietveld 408576698