Index: chrome/browser/autofill/autofill_manager.h |
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h |
index 8318480bb84831b5b06d4a4556ca38c33c314fc9..badd1f6aefed78a0b31f404959e1247b6e916767 100644 |
--- a/chrome/browser/autofill/autofill_manager.h |
+++ b/chrome/browser/autofill/autofill_manager.h |
@@ -118,6 +118,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; |
+ |
// Returns the value of the AutofillEnabled pref. |
virtual bool IsAutofillEnabled() const; |