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

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

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months 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 2b4927cfc8cdd0b8aa576d83fd86f3983f1cd36f..b5f18fd21e558604d14215953a622f36b27470eb 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller.h
+++ b/chrome/browser/ui/autofill/autofill_popup_controller.h
@@ -66,8 +66,8 @@ class AutofillPopupController : public AutofillPopupViewDelegate {
// The same font can vary based on the type of data it is showing,
// so we need to know the row.
virtual const gfx::FontList& GetValueFontListForRow(size_t index) const = 0;
- virtual const gfx::FontList& GetLabelFontList() const = 0;
#endif
+ virtual const gfx::FontList& GetLabelFontList() const = 0;
// Returns the index of the selected line. A line is "selected" when it is
// hovered or has keyboard focus.

Powered by Google App Engine
This is Rietveld 408576698