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

Unified Diff: components/tracing/proto/sample.proto

Issue 2083373002: proto_zero_plugin [NOT FOR REVIEW]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: refactoring Created 4 years, 6 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: components/tracing/proto/sample.proto
diff --git a/components/tracing/proto/sample.proto b/components/tracing/proto/sample.proto
new file mode 100644
index 0000000000000000000000000000000000000000..5043d68989ee8be7af942a42f05e2fb51ac10be6
--- /dev/null
+++ b/components/tracing/proto/sample.proto
@@ -0,0 +1,6 @@
+syntax = "proto2";
+
+package foo.bar;
+message SampleEvent {
+ optional string text = 1;
+}

Powered by Google App Engine
This is Rietveld 408576698