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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_impl.cc

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.cc
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
index d9d2907c34a3b2cf294105e073a2c650c95703cb..2f82f2d8aba95287ac7ef0cb4d9778fccac25c7d 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
@@ -462,10 +462,10 @@ const gfx::FontList& AutofillPopupControllerImpl::GetValueFontListForRow(
return value_font_list_;
}
+#endif
const gfx::FontList& AutofillPopupControllerImpl::GetLabelFontList() const {
return label_font_list_;
}
-#endif
int AutofillPopupControllerImpl::selected_line() const {
return selected_line_;

Powered by Google App Engine
This is Rietveld 408576698