| Index: chrome/browser/autofill/autofill_manager.h
|
| diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
|
| index f817e82110bbcaaa30a0cfc242192d68900d7321..9fb7608997ac7acfc16ba2a24f510979a3ef2348 100644
|
| --- a/chrome/browser/autofill/autofill_manager.h
|
| +++ b/chrome/browser/autofill/autofill_manager.h
|
| @@ -254,6 +254,9 @@ class AutofillManager : public content::WebContentsObserver,
|
| // Autocheckout flow.
|
| void OnClickFailed(autofill::AutocheckoutStatus status);
|
|
|
| + // Returns the matched whitelist URL prefix for the current tab's url.
|
| + std::string GetAutocheckoutURLPrefix() const;
|
| +
|
| // Fills |host| with the RenderViewHost for this tab.
|
| // Returns false if Autofill is disabled or if the host is unavailable.
|
| bool GetHost(content::RenderViewHost** host) const WARN_UNUSED_RESULT;
|
|
|