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

Unified Diff: mojo/public/interfaces/bindings/tests/data/validation/associated_conformance_mthd2_good.data

Issue 2660733002: Mojo C++ bindings: introduce an optional array to store transferred interface IDs in messages. (Closed)
Patch Set: . Created 3 years, 11 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/public/interfaces/bindings/tests/data/validation/associated_conformance_mthd2_good.data
diff --git a/mojo/public/interfaces/bindings/tests/data/validation/associated_conformance_mthd2_master_interface_id.data b/mojo/public/interfaces/bindings/tests/data/validation/associated_conformance_mthd2_good.data
similarity index 54%
rename from mojo/public/interfaces/bindings/tests/data/validation/associated_conformance_mthd2_master_interface_id.data
rename to mojo/public/interfaces/bindings/tests/data/validation/associated_conformance_mthd2_good.data
index 511cd0d59c83dd641f56dbef89b691202436ef58..ab29603ec19105b33dc47a1a98d7e6f22baa5e13 100644
--- a/mojo/public/interfaces/bindings/tests/data/validation/associated_conformance_mthd2_master_interface_id.data
+++ b/mojo/public/interfaces/bindings/tests/data/validation/associated_conformance_mthd2_good.data
@@ -1,15 +1,18 @@
[dist4]message_header // num_bytes
-[u4]0 // version
+[u4]2 // version
[u4]0 // interface ID
[u4]2 // name
[u4]0 // flags
[u4]0 // padding
+[u8]0 // request_id
+[dist8]payload
+[u8]0 // payload_interface_ids: This array is a nullable field.
[anchr]message_header
+[anchr]payload
[dist4]method2_params // num_bytes
[u4]0 // version
-[u4]0 // associated interface pointer: 0 is the special master
- // interface ID and should never be used as associated
- // interface ID
+[u4]0xFFFFFFFF // associated interface pointer: Invalid interface ID
+ // index.
[u4]1 // associated interface pointer: version
[anchr]method2_params

Powered by Google App Engine
This is Rietveld 408576698