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

Unified Diff: components/autofill/core/browser/autofill_manager.h

Issue 1950203002: Cancel ongoing requests in full card requester. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_manager.h
diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
index a7ca8013e0e91b63292eb7a2e48e9b322b455ead..e5ce59233e21d5cd8bd0cd36c721c94d080870de 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -286,10 +286,6 @@ class AutofillManager : public AutofillDownloadManager::Observer,
const base::string16& cvc) override;
void OnFullCardError() override;
- // Saves risk data in |unmasking_risk_data_| and calls UnmaskCard if the user
- // has accepted the prompt.
- void OnDidGetUnmaskRiskData(const std::string& risk_data);
-
// Sets |user_did_accept_upload_prompt_| and calls UploadCard if the risk data
// is available.
void OnUserDidAcceptUpload();
@@ -301,10 +297,6 @@ class AutofillManager : public AutofillDownloadManager::Observer,
// Returns false if Autofill is disabled or if no Autofill data is available.
bool RefreshDataModels();
- // Returns true if the unique_id refers to a credit card and false if
- // it refers to a profile.
- bool IsCreditCard(int unique_id);
-
// Gets the profile referred by |unique_id|. Returns true if the profile
// exists.
bool GetProfile(int unique_id, const AutofillProfile** profile);
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698