Index: chrome/browser/local_discovery/privet_confirm_api_flow.h |
diff --git a/chrome/browser/local_discovery/privet_confirm_api_flow.h b/chrome/browser/local_discovery/privet_confirm_api_flow.h |
index dadcf837f1b181ea65463a8ab3575c80838cd762..d6ca33871e6b6cfa1f65921cd68d1caa32648303 100644 |
--- a/chrome/browser/local_discovery/privet_confirm_api_flow.h |
+++ b/chrome/browser/local_discovery/privet_confirm_api_flow.h |
@@ -32,6 +32,7 @@ class PrivetConfirmApiCallFlow : public net::URLFetcherDelegate, |
PrivetConfirmApiCallFlow(net::URLRequestContextGetter* request_context, |
OAuth2TokenService* token_service_, |
+ const std::string& account_id, |
const GURL& automated_claim_url, |
const ResponseCallback& callback); |
virtual ~PrivetConfirmApiCallFlow(); |
@@ -53,6 +54,7 @@ class PrivetConfirmApiCallFlow : public net::URLFetcherDelegate, |
scoped_ptr<OAuth2TokenService::Request> oauth_request_; |
scoped_refptr<net::URLRequestContextGetter> request_context_; |
OAuth2TokenService* token_service_; |
+ std::string account_id_; |
GURL automated_claim_url_; |
ResponseCallback callback_; |
}; |