| Index: net/traffic_annotation/network_traffic_annotation.h
|
| diff --git a/net/traffic_annotation/network_traffic_annotation.h b/net/traffic_annotation/network_traffic_annotation.h
|
| index 989f4f348300272732063cee88ea1da2ed9c8b6f..557dac35142c9a1c095d6f7a9c51cabfe315ec27 100644
|
| --- a/net/traffic_annotation/network_traffic_annotation.h
|
| +++ b/net/traffic_annotation/network_traffic_annotation.h
|
| @@ -37,6 +37,10 @@ constexpr NetworkTrafficAnnotationTag DefineNetworkTrafficAnnotation(
|
|
|
| // Placeholder for unannotated usages.
|
| #define NO_TRAFFIC_ANNOTATION_YET \
|
| - net::DefineNetworkTrafficAnnotation("Undefined", "Nothing here yet.")
|
| + net::DefineNetworkTrafficAnnotation("undefined", "Nothing here yet.")
|
| +
|
| +#define MISSING_TRAFFIC_ANNOTATION \
|
| + net::DefineNetworkTrafficAnnotation( \
|
| + "missing", "Function called without traffic annotation.")
|
|
|
| #endif // NET_TRAFFIC_ANNOTATION_NETWORK_TRAFFIC_ANNOTATION_H_
|
|
|