| 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;
|
| +
|
| // Returns the value of the AutofillEnabled pref.
|
| virtual bool IsAutofillEnabled() const;
|
|
|
|
|