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

Unified Diff: tools/traffic_annotation/traffic_annotation.proto

Issue 2448133006: Tool added to extract network traffic annotations. (Closed)
Patch Set: Created 4 years, 2 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: tools/traffic_annotation/traffic_annotation.proto
diff --git a/tools/traffic_annotation/traffic_annotation.proto b/tools/traffic_annotation/traffic_annotation.proto
index 3669a2d5760bcdf6e280749b9ed22e54f28e9ada..e30c111ba3d76fdcdc2f46a277449404d8cbc41e 100644
--- a/tools/traffic_annotation/traffic_annotation.proto
+++ b/tools/traffic_annotation/traffic_annotation.proto
@@ -159,6 +159,6 @@ message WhitelistedNetworkTrafficAnnotations {
// All NetworkTrafficAnnotations from a Chromium configuration.
message NetworkTrafficAnnotations {
ExtractedNetworkTrafficAnnotation extracted_network_traffic_annotations = 1;
- WhitelistedNetworkTrafficAnnotations whitelisted_network_traffic_annotations
- = 2;
+ WhitelistedNetworkTrafficAnnotations whitelisted_network_traffic_annotations =
+ 2;
};

Powered by Google App Engine
This is Rietveld 408576698