Index: chrome/browser/autofill/autofill_manager.h |
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h |
index 0c2c8fb1611a07f92c764530469a5d59e9373cb1..61caea360c7a5234062e5fe53156120ec7c9ec81 100644 |
--- a/chrome/browser/autofill/autofill_manager.h |
+++ b/chrome/browser/autofill/autofill_manager.h |
@@ -125,6 +125,9 @@ class AutofillManager : public content::WebContentsObserver, |
autofill::AutofillManagerDelegate* delegate, |
PersonalDataManager* personal_data); |
+ // Returns true when the current tab's url is whitelisted for autocheckout. |
+ bool IsAutocheckoutEnabled() const; |
Ilya Sherman
2013/01/24 22:01:55
nit: Can this have private rather than protected v
|
+ |
// Returns the value of the AutofillEnabled pref. |
virtual bool IsAutofillEnabled() const; |