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

Unified Diff: services/service_manager/public/cpp/bind_source_info.typemap

Issue 2850743004: Replace ServiceInfo with BindSourceInfo. (Closed)
Patch Set: . Created 3 years, 8 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: services/service_manager/public/cpp/bind_source_info.typemap
diff --git a/services/service_manager/public/cpp/bind_source_info.typemap b/services/service_manager/public/cpp/bind_source_info.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..93390b465b57d5a2ebf82e58aee1bca0429ee506
--- /dev/null
+++ b/services/service_manager/public/cpp/bind_source_info.typemap
@@ -0,0 +1,11 @@
+# Copyright 2017 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 = "//services/service_manager/public/interfaces/service.mojom"
+public_headers = [ "//services/service_manager/public/cpp/bind_source_info.h" ]
+traits_headers =
+ [ "//services/service_manager/public/cpp/bind_source_info_struct_traits.h" ]
+
+type_mappings =
+ [ "service_manager.mojom.BindSourceInfo=::service_manager::BindSourceInfo" ]

Powered by Google App Engine
This is Rietveld 408576698