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

Unified Diff: ios/chrome/browser/signin/gaia_auth_fetcher_ios.h

Issue 2872253002: Network traffic annotation added to gaia_auth_fetcher. (Closed)
Patch Set: Comments addressed. Created 3 years, 7 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
« no previous file with comments | « google_apis/gaia/gaia_auth_fetcher_unittest.cc ('k') | ios/chrome/browser/signin/gaia_auth_fetcher_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/signin/gaia_auth_fetcher_ios.h
diff --git a/ios/chrome/browser/signin/gaia_auth_fetcher_ios.h b/ios/chrome/browser/signin/gaia_auth_fetcher_ios.h
index 48a8f08919ae8aafc211ee4a01cabfab063ce564..c3e0eb8a61979333a17b28448531731750de01d0 100644
--- a/ios/chrome/browser/signin/gaia_auth_fetcher_ios.h
+++ b/ios/chrome/browser/signin/gaia_auth_fetcher_ios.h
@@ -9,6 +9,7 @@
#include "base/macros.h"
#include "google_apis/gaia/gaia_auth_fetcher.h"
+#include "net/traffic_annotation/network_traffic_annotation.h"
class GaiaAuthFetcherIOSBridge;
@@ -48,10 +49,12 @@ class GaiaAuthFetcherIOS : public GaiaAuthFetcher {
friend class GaiaAuthFetcherIOSBridge;
friend class GaiaAuthFetcherIOSTest;
- void CreateAndStartGaiaFetcher(const std::string& body,
- const std::string& headers,
- const GURL& gaia_gurl,
- int load_flags) override;
+ void CreateAndStartGaiaFetcher(
+ const std::string& body,
+ const std::string& headers,
+ const GURL& gaia_gurl,
+ int load_flags,
+ const net::NetworkTrafficAnnotationTag& traffic_annotation) override;
void FetchComplete(const GURL& url,
const std::string& data,
const net::ResponseCookies& cookies,
« no previous file with comments | « google_apis/gaia/gaia_auth_fetcher_unittest.cc ('k') | ios/chrome/browser/signin/gaia_auth_fetcher_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698