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

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
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 60c6aa738cb9b5beb3b03ca54147aa4babbcce1a..20d406c352238ed32ddc6c05d7c85e09db9d3851 100644
--- a/chrome/browser/autofill/wallet/wallet_client.h
+++ b/chrome/browser/autofill/wallet/wallet_client.h
@@ -104,6 +104,9 @@ class WalletClient : public net::URLFetcherDelegate {
const std::string& google_transaction_id,
WalletClientObserver* observer);
+ // Whether there is a currently running request (i.e. if |request_| != NULL).
+ bool IsRequestInProgress() const;
Ilya Sherman 2013/02/11 06:07:01 Optional nit: Perhaps "Has" rather than "Is"?
+
private:
// TODO(ahutter): Implement this.
std::string GetRiskParams() { return ""; }

Powered by Google App Engine
This is Rietveld 408576698