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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_impl.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_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 1bb9f6d29148fc23d3d6db780b800c1488312480..f66958667ff64cafe384f5d5d5e21c13017d7541 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
@@ -94,8 +94,8 @@ class AutofillPopupControllerImpl : public AutofillPopupController {
bool RemoveSuggestion(int list_index) override;
#if !defined(OS_ANDROID)
const gfx::FontList& GetValueFontListForRow(size_t index) const override;
- const gfx::FontList& GetLabelFontList() const override;
#endif
+ const gfx::FontList& GetLabelFontList() const override;
int selected_line() const override;
content::WebContents* web_contents();
@@ -185,10 +185,10 @@ class AutofillPopupControllerImpl : public AutofillPopupController {
#if !defined(OS_ANDROID)
// The fonts for the popup text.
gfx::FontList value_font_list_;
- gfx::FontList label_font_list_;
gfx::FontList warning_font_list_;
gfx::FontList title_font_list_;
#endif
+ gfx::FontList label_font_list_;
// The line that is currently selected by the user.
// |kNoSelection| indicates that no line is currently selected.

Powered by Google App Engine
This is Rietveld 408576698