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 ec9286c4ac8296614ee7a6c364fc60614cee0747..923caf15e25f8c1babb880eebe7277b8e76e18dd 100644 |
--- a/components/autofill/core/browser/autofill_manager.h |
+++ b/components/autofill/core/browser/autofill_manager.h |
@@ -126,6 +126,9 @@ class AutofillManager : public AutofillDownloadManager::Observer, |
void RemoveAutocompleteEntry(const base::string16& name, |
const base::string16& value); |
+ // Returns true when the Wallet card unmask prompt is being displayed. |
+ bool IsShowingUnmaskPrompt(); |
+ |
// Returns the present form structures seen by Autofill manager. |
const std::vector<FormStructure*>& GetFormStructures(); |