summaryrefslogtreecommitdiffstats
path: root/components/autofill/browser/wallet/encryption_escrow_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/autofill/browser/wallet/encryption_escrow_client.h')
-rw-r--r--components/autofill/browser/wallet/encryption_escrow_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/autofill/browser/wallet/encryption_escrow_client.h b/components/autofill/browser/wallet/encryption_escrow_client.h
index ddd93d4..9af04f6a 100644
--- a/components/autofill/browser/wallet/encryption_escrow_client.h
+++ b/components/autofill/browser/wallet/encryption_escrow_client.h
@@ -52,6 +52,8 @@ class EncryptionEscrowClient : public net::URLFetcherDelegate {
// Cancels |request_| (if it exists).
void CancelRequest();
+ bool HasRequestInProgress() const;
+
protected:
// Exposed for testing.
const net::URLFetcher* request() const { return request_.get(); }