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

Unified Diff: third_party/mojo/src/mojo/public/cpp/bindings/tests/validation_test_input_parser.h

Issue 954643002: Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use run_renderer_in_process() Created 5 years, 10 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: third_party/mojo/src/mojo/public/cpp/bindings/tests/validation_test_input_parser.h
diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/tests/validation_test_input_parser.h b/third_party/mojo/src/mojo/public/cpp/bindings/tests/validation_test_input_parser.h
index c8821cda5d89127e742f63e460840bedcd0b93c7..d5f8c81c52c2604f5cb1dbed3189f61c9f384b21 100644
--- a/third_party/mojo/src/mojo/public/cpp/bindings/tests/validation_test_input_parser.h
+++ b/third_party/mojo/src/mojo/public/cpp/bindings/tests/validation_test_input_parser.h
@@ -82,7 +82,7 @@ namespace test {
// The following describes a valid message whose payload is a Foo struct:
// // message header
// [dist4]message_header // num_bytes
-// [u4]3 // num_fields
+// [u4]3 // version
// [u4]0 // type
// [u4]1 // flags
// [u8]1234 // request_id
@@ -90,7 +90,7 @@ namespace test {
//
// // payload
// [dist4]foo // num_bytes
-// [u4]2 // num_fields
+// [u4]2 // version
// [dist8]bar_ptr // x
// [u4]0xABCD // y
// [u4]0 // padding
@@ -98,7 +98,7 @@ namespace test {
//
// [anchr]bar_ptr
// [dist4]bar // num_bytes
-// [u4]3 // num_fields
+// [u4]3 // version
// [s4]-1 // a
// [b]00000010 // b and c
// 0 0 0 // padding

Powered by Google App Engine
This is Rietveld 408576698