| Index: components/autofill/browser/autofill_manager.h
|
| diff --git a/components/autofill/browser/autofill_manager.h b/components/autofill/browser/autofill_manager.h
|
| index 55571a585acf48f49cb452fdfc12e6ead2cfbbd8..b4cfdef100b4d9eac4cd1f10279c305d0456c48f 100644
|
| --- a/components/autofill/browser/autofill_manager.h
|
| +++ b/components/autofill/browser/autofill_manager.h
|
| @@ -279,7 +279,7 @@ class AutofillManager : public content::WebContentsObserver,
|
| const gfx::RectF& bounding_box);
|
|
|
| // Returns the matched whitelist URL prefix for the current tab's url.
|
| - std::string GetAutocheckoutURLPrefix() const;
|
| + virtual std::string GetAutocheckoutURLPrefix() const;
|
|
|
| // Fills |host| with the RenderViewHost for this tab.
|
| // Returns false if Autofill is disabled or if the host is unavailable.
|
|
|