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

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

Issue 872713005: autofill - Keep showing form preview while card unmasking prompt is up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 11 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: 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();
« no previous file with comments | « components/autofill/content/renderer/autofill_agent.cc ('k') | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698