Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5540)

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_impl.h

Issue 2478043002: HTTP Bad: Add warning message to autofill dropdown for http sites (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698