| 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 f61117f517ee2c028815af3d6928f741c4ea7baf..cf182ec90f715123aebc24df253a5f408bfb0e64 100644
|
| --- a/chrome/browser/local_discovery/privet_confirm_api_flow.h
|
| +++ b/chrome/browser/local_discovery/privet_confirm_api_flow.h
|
| @@ -33,6 +33,7 @@ class PrivetConfirmApiCallFlow : public net::URLFetcherDelegate,
|
| // Create an OAuth2-based confirmation
|
| PrivetConfirmApiCallFlow(net::URLRequestContextGetter* request_context,
|
| OAuth2TokenService* token_service_,
|
| + const std::string& account_id,
|
| const GURL& automated_claim_url,
|
| const ResponseCallback& callback);
|
|
|
| @@ -66,6 +67,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_;
|
| int user_index_;
|
| std::string xsrf_token_;
|
| GURL automated_claim_url_;
|
|
|