Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: chrome/browser/autofill/wallet/wallet_client.h

Issue 12221040: Interactive autofill: Handle Online Wallet being unavailable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/autofill/wallet/wallet_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/wallet/wallet_client.h
diff --git a/chrome/browser/autofill/wallet/wallet_client.h b/chrome/browser/autofill/wallet/wallet_client.h
index a84184f4dd1727d8c2cfc0124b759e3b4dedc1ef..cd8cf3dbaf5a734c154dc97a755d6e2ca9cd7801 100644
--- a/chrome/browser/autofill/wallet/wallet_client.h
+++ b/chrome/browser/autofill/wallet/wallet_client.h
@@ -113,6 +113,9 @@ class WalletClient : public net::URLFetcherDelegate {
const Address& billing_address,
WalletClientObserver* observer);
+ // Whether there is a currently running request (i.e. |request_| != NULL).
+ bool HasRequestInProgress() const;
+
private:
// TODO(ahutter): Implement this.
std::string GetRiskParams() { return ""; }
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/autofill/wallet/wallet_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698