| 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.
|
|
|