| Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
|
| index c39dc6d6328ef85db8cba6cbe77cf1c49dec15bf..6a9abdcb47903ebd80d9f65f38b65db3065420c9 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
|
| @@ -99,6 +99,7 @@ class AutofillPopupControllerImpl : public AutofillPopupController {
|
| SkColor GetBackgroundColorForRow(int index) const override;
|
| int selected_line() const override;
|
| const AutofillPopupLayoutModel& layout_model() const override;
|
| + bool IsTopLevelURLSecure() const override;
|
|
|
| content::WebContents* web_contents();
|
|
|
|
|