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

Unified Diff: mojo/common/common_custom_types.typemap

Issue 2367393002: Migrating MediaSession messages to mojo (Closed)
Patch Set: fix build Created 4 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: mojo/common/common_custom_types.typemap
diff --git a/mojo/common/common_custom_types.typemap b/mojo/common/common_custom_types.typemap
index ecd09e87be1ba6a7317dc416ec1dfa1c7d4a8b64..f41e2e6d017fc49074cc6e5c06bd94238e0571cd 100644
--- a/mojo/common/common_custom_types.typemap
+++ b/mojo/common/common_custom_types.typemap
@@ -6,6 +6,7 @@ mojom = "//mojo/common/common_custom_types.mojom"
public_headers = [
"//base/files/file_path.h",
"//base/strings/string16.h",
+ "//base/strings/nullable_string16.h",
"//base/time/time.h",
"//base/unguessable_token.h",
"//base/values.h",
@@ -26,6 +27,7 @@ type_mappings = [
"mojo.common.mojom.ListValue=base::ListValue",
"mojo.common.mojom.UnguessableToken=base::UnguessableToken",
"mojo.common.mojom.String16=base::string16",
+ "mojo.common.mojom.NullableString16=base::NullableString16",
"mojo.common.mojom.Time=base::Time[copyable_pass_by_value]",
"mojo.common.mojom.TimeDelta=base::TimeDelta[copyable_pass_by_value]",
"mojo.common.mojom.TimeTicks=base::TimeTicks[copyable_pass_by_value]",

Powered by Google App Engine
This is Rietveld 408576698