| Index: google_apis/gaia/gaia_auth_fetcher.h
|
| diff --git a/google_apis/gaia/gaia_auth_fetcher.h b/google_apis/gaia/gaia_auth_fetcher.h
|
| index 9b926fb85dcfce0d5253659b888fe5406dfe13a6..5bf9b0034305b0a35f4dd20d0d87314eceac0ac6 100644
|
| --- a/google_apis/gaia/gaia_auth_fetcher.h
|
| +++ b/google_apis/gaia/gaia_auth_fetcher.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/macros.h"
|
| #include "google_apis/gaia/gaia_auth_consumer.h"
|
| #include "google_apis/gaia/google_service_auth_error.h"
|
| +#include "net/traffic_annotation/network_traffic_annotation.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
| #include "url/gurl.h"
|
|
|
| @@ -236,10 +237,12 @@ class GaiaAuthFetcher : public net::URLFetcherDelegate {
|
| //
|
| // HasPendingFetch() should return false before calling this method, and will
|
| // return true afterwards.
|
| - virtual void CreateAndStartGaiaFetcher(const std::string& body,
|
| - const std::string& headers,
|
| - const GURL& gaia_gurl,
|
| - int load_flags);
|
| + virtual void CreateAndStartGaiaFetcher(
|
| + const std::string& body,
|
| + const std::string& headers,
|
| + const GURL& gaia_gurl,
|
| + int load_flags,
|
| + const net::NetworkTrafficAnnotationTag& traffic_annotation);
|
|
|
| // Dispatch the results of a request.
|
| void DispatchFetchedRequest(const GURL& url,
|
|
|