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

Unified Diff: mojo/common/common_custom_types.typemap

Issue 2333443002: Add base::UnguessableToken (Closed)
Patch Set: Serialize --> Serialization getters 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 46ee53f7718c5b08b456e42c9873e8b5d6773f92..6dc3d3374fe992ba85b06a8629885b5c3f2e6d90 100644
--- a/mojo/common/common_custom_types.typemap
+++ b/mojo/common/common_custom_types.typemap
@@ -7,6 +7,7 @@ public_headers = [
"//base/files/file_path.h",
"//base/strings/string16.h",
"//base/time/time.h",
+ "//base/unguessable_token.h",
"//base/values.h",
"//base/version.h",
]
@@ -25,6 +26,7 @@ type_mappings = [
"mojo.common.mojom.FilePath=base::FilePath",
"mojo.common.mojom.DictionaryValue=base::DictionaryValue",
"mojo.common.mojom.ListValue=base::ListValue",
+ "mojo.common.mojom.UnguessableToken=base::UnguessableToken",
"mojo.common.mojom.String16=base::string16",
"mojo.common.mojom.Time=base::Time[copyable_pass_by_value]",
"mojo.common.mojom.TimeDelta=base::TimeDelta[copyable_pass_by_value]",

Powered by Google App Engine
This is Rietveld 408576698