| Index: components/cryptauth/cryptauth_client_impl.h
|
| diff --git a/components/cryptauth/cryptauth_client_impl.h b/components/cryptauth/cryptauth_client_impl.h
|
| index d880a118e24727c80d02beb3d2f0313020898ebc..e4ed32dade2f505e4ab3bf714cf3ad7df975e656 100644
|
| --- a/components/cryptauth/cryptauth_client_impl.h
|
| +++ b/components/cryptauth/cryptauth_client_impl.h
|
| @@ -68,7 +68,9 @@ class CryptAuthClientImpl : public CryptAuthClient {
|
| const std::string& request_path,
|
| const RequestProto& request_proto,
|
| const base::Callback<void(const ResponseProto&)>& response_callback,
|
| - const ErrorCallback& error_callback);
|
| + const ErrorCallback& error_callback,
|
| + const net::PartialNetworkTrafficAnnotationTag&
|
| + partial_traffic_annotation);
|
|
|
| // Called when the access token is obtained so the API request can be made.
|
| template <class ResponseProto>
|
|
|