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

Unified Diff: tools/traffic_annotation/traffic_annotation.proto

Issue 2691233002: Updates in network traffic annotations proto definition. (Closed)
Patch Set: Created 3 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: tools/traffic_annotation/traffic_annotation.proto
diff --git a/tools/traffic_annotation/traffic_annotation.proto b/tools/traffic_annotation/traffic_annotation.proto
index c43c0ca5dba4524bddf7b71c88fcaa07a0bd87ba..8f8d43c32f54a5aa16bf0a210fae25fe174f2ad0 100644
--- a/tools/traffic_annotation/traffic_annotation.proto
+++ b/tools/traffic_annotation/traffic_annotation.proto
@@ -5,7 +5,10 @@
syntax = "proto3";
package traffic_annotation;
-import "components/policy/cloud_policy_full_runtime.proto";
+// cloud_policy_full_runtime.proto is a version of the following proto without
+// lite runtime optimization:
+// out/Debug/gen/components/policy/proto/cloud_policy.proto
+import "cloud_policy_full_runtime.proto";
// Describes a specific kind of network traffic based on a fine-grained
// semantic classification of all network traffic generated by Chrome.
@@ -152,7 +155,7 @@ message NetworkTrafficAnnotation {
// Example policy configuration that disables this network request.
// This would be a text serialized protobuf of any enterprise policy.
- // see out/Debug/gen/components/policy/cloud_policy.proto
+ // see out/Debug/gen/components/policy/proto/cloud_policy.proto
repeated enterprise_management.CloudPolicySettings policy = 4;
// Justification for not having a policy that disables this feature.

Powered by Google App Engine
This is Rietveld 408576698