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

Unified Diff: mojo/common/test_common_custom_types.mojom

Issue 2333443002: Add base::UnguessableToken (Closed)
Patch Set: Removed '= default' constructor. 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/test_common_custom_types.mojom
diff --git a/mojo/common/test_common_custom_types.mojom b/mojo/common/test_common_custom_types.mojom
index 88f03619f6a88313a599a1ad188ed6844a92f54f..48ad780d0cac472ba842ca0a6e23e911149325aa 100644
--- a/mojo/common/test_common_custom_types.mojom
+++ b/mojo/common/test_common_custom_types.mojom
@@ -11,6 +11,11 @@ interface TestFilePath {
=> (mojo.common.mojom.FilePath out);
};
+interface TestNonce {
+ BounceNonce(mojo.common.mojom.Nonce in)
+ => (mojo.common.mojom.Nonce out);
+};
+
interface TestTime {
BounceTime(mojo.common.mojom.Time time) => (mojo.common.mojom.Time time);
BounceTimeDelta(mojo.common.mojom.TimeDelta time_delta)

Powered by Google App Engine
This is Rietveld 408576698