Index: google_apis/gaia/oauth2_api_call_flow.h |
diff --git a/google_apis/gaia/oauth2_api_call_flow.h b/google_apis/gaia/oauth2_api_call_flow.h |
index b29bc8a13904e2c7ae46b5a325ecd7ba64155c63..70c9b5131d5c5f6e9fa38e675523f32fafb0a48f 100644 |
--- a/google_apis/gaia/oauth2_api_call_flow.h |
+++ b/google_apis/gaia/oauth2_api_call_flow.h |
@@ -66,6 +66,7 @@ class OAuth2ApiCallFlow |
// Methods to help create HTTP request. |
virtual GURL CreateApiCallUrl() = 0; |
virtual std::string CreateApiCallBody() = 0; |
+ virtual std::string CreateApiCallBodyContentType(); |
// Sub-classes can expose an appropriate observer interface by implementing |
// these template methods. |