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

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

Issue 2496683003: Http Bad: Add a PopupItemId to identify http warning message (Closed)
Patch Set: minor change 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.h
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller.h b/chrome/browser/ui/autofill/autofill_popup_controller.h
index 53a729245a1cde659304023a8969dd683404cf25..fe5d046efca3b9d65c5f5ee592cfbfba73970cf9 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller.h
+++ b/chrome/browser/ui/autofill/autofill_popup_controller.h
@@ -59,6 +59,9 @@ class AutofillPopupController : public AutofillPopupViewDelegate {
// transparent if the default popup background should be used.
virtual SkColor GetBackgroundColorForRow(int index) const = 0;
+ // Returns the text color of the row item according to its |index|.
+ virtual SkColor GetTextColorForRow(int index) const = 0;
Mathieu 2016/11/12 12:52:05 would name GetValueFontColorForRow and ideally wou
lshang 2016/11/14 10:51:01 Renamed GetValueFontColorForRow and moved it into
+
// Returns the index of the selected line. A line is "selected" when it is
// hovered or has keyboard focus.
virtual int selected_line() const = 0;

Powered by Google App Engine
This is Rietveld 408576698