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

Unified Diff: google_apis/gaia/oauth2_api_call_flow_unittest.cc

Issue 2888053003: Network traffic annotation added to OAuth2ApiCallFlow and its subclasses. (Closed)
Patch Set: Merge branch 'updating_nta' into an_oauth2_api_call_flow 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
Index: google_apis/gaia/oauth2_api_call_flow_unittest.cc
diff --git a/google_apis/gaia/oauth2_api_call_flow_unittest.cc b/google_apis/gaia/oauth2_api_call_flow_unittest.cc
index 61a704212e3b0c31fea1b8fcff3a53591466a559..c95a14ae5f6d67afb41760fc9892ed18beabebff 100644
--- a/google_apis/gaia/oauth2_api_call_flow_unittest.cc
+++ b/google_apis/gaia/oauth2_api_call_flow_unittest.cc
@@ -98,6 +98,10 @@ class MockApiCallFlow : public OAuth2ApiCallFlow {
void (const std::string& access_token));
MOCK_METHOD1(ProcessMintAccessTokenFailure,
void (const GoogleServiceAuthError& error));
+
+ net::PartialNetworkTrafficAnnotationTag GetNetworkTrafficAnnotationTag() {
+ return PARTIAL_TRAFFIC_ANNOTATION_FOR_TESTS;
+ }
};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698