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

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

Issue 2498503002: Http Bad: Add icons to the http warning message (Closed)
Patch Set: rebase 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
« no previous file with comments | « chrome/browser/android/resource_id.h ('k') | chrome/browser/ui/autofill/autofill_popup_layout_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/autofill/autofill_popup_layout_model.h
diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model.h b/chrome/browser/ui/autofill/autofill_popup_layout_model.h
index caaea12cd85a15d0bb11d92bae25396e46b9fd08..560d5bc0eb13fa5336d9977ef627c97fc7cd7fb2 100644
--- a/chrome/browser/ui/autofill/autofill_popup_layout_model.h
+++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.h
@@ -15,6 +15,10 @@
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/native_widget_types.h"
+namespace gfx {
+class ImageSkia;
+}
+
namespace autofill {
// Helper class which keeps tracks of popup bounds and related view information.
@@ -62,6 +66,9 @@ class AutofillPopupLayoutModel {
// Returns the value font color of the row item according to its |index|.
SkColor GetValueFontColorForRow(size_t index) const;
+
+ // Returns the icon image of the item at |index| in the popup.
+ gfx::ImageSkia GetIconImage(size_t index) const;
#endif
// Convert a y-coordinate to the closest line.
« no previous file with comments | « chrome/browser/android/resource_id.h ('k') | chrome/browser/ui/autofill/autofill_popup_layout_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698