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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_impl.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_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..bd4fb2890ffc00e57939e794f618e93c1a663cde 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
@@ -97,6 +97,7 @@ class AutofillPopupControllerImpl : public AutofillPopupController {
base::string16* body) override;
bool RemoveSuggestion(int list_index) override;
SkColor GetBackgroundColorForRow(int index) const override;
+ SkColor GetTextColorForRow(int index) const override;
int selected_line() const override;
const AutofillPopupLayoutModel& layout_model() const override;

Powered by Google App Engine
This is Rietveld 408576698