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

Side by Side Diff: base/trace_event/common/proto/event_args_test.proto

Issue 1947373002: Tracing V2 prototype [NOT FOR REVIEW] Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WORKS Created 4 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 syntax = "proto2";
2 option optimize_for = LITE_RUNTIME;
3
4 package tracing;
5
6 message EventArgsTest {
7 message SubObject {
8 optional string name = 1;
9 optional uint32 a = 2;
10 optional uint32 b = 3;
11 optional uint32 c = 4;
12 optional string d = 5;
13 }
14 repeated SubObject things = 1;
15 }
OLDNEW
« no previous file with comments | « base/trace_event/common/proto/event_args_simple.proto ('k') | base/trace_event/common/proto/events_chunk.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698