diff options
Diffstat (limited to 'components/autofill/content/browser/wallet/wallet_client.h')
-rw-r--r-- | components/autofill/content/browser/wallet/wallet_client.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/autofill/content/browser/wallet/wallet_client.h b/components/autofill/content/browser/wallet/wallet_client.h index d024225..cd06a03 100644 --- a/components/autofill/content/browser/wallet/wallet_client.h +++ b/components/autofill/content/browser/wallet/wallet_client.h @@ -171,7 +171,8 @@ class WalletClient // The GetWalletItems call to the Online Wallet backend may require the user // to accept various legal documents before a FullWallet can be generated. // The |google_transaction_id| is provided in the response to the - // GetWalletItems call. + // GetWalletItems call. If |documents| are empty, |delegate_| will not receive + // a corresponding |OnDidAcceptLegalDocuments()| call. virtual void AcceptLegalDocuments( const std::vector<WalletItems::LegalDocument*>& documents, const std::string& google_transaction_id, |