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

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

Issue 2281903002: Tracing V2: Trace buffer writer uses proto. (Closed)
Patch Set: nit Created 4 years, 4 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
« no previous file with comments | « components/tracing/proto/BUILD.gn ('k') | components/tracing/proto/events_chunk.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/proto/event.proto
diff --git a/components/tracing/test/example_proto/upper_import.proto b/components/tracing/proto/event.proto
similarity index 73%
copy from components/tracing/test/example_proto/upper_import.proto
copy to components/tracing/proto/event.proto
index c948d2e8b1f52b0da523b83acb5fbfd45544c3ea..4be1b47ed846ecd97711d2e0a7d4a3202117d59a 100644
--- a/components/tracing/test/example_proto/upper_import.proto
+++ b/components/tracing/proto/event.proto
@@ -5,7 +5,8 @@
syntax = "proto2";
option optimize_for = LITE_RUNTIME;
-package foo.bar;
+package tracing.proto;
-message TrickyPublicImport {
+message Event {
+ // TODO(kraynov): Make proto definitions.
}
« no previous file with comments | « components/tracing/proto/BUILD.gn ('k') | components/tracing/proto/events_chunk.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698