Chromium Code Reviews| 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 a3fb759753b5f0d9c274f29c57fb37e4b34023e7..9d118a482245f03e8fecf7098cd9e1685e075c8e 100644 |
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h |
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h |
| @@ -168,6 +168,10 @@ class AutofillPopupControllerImpl : public AutofillPopupController { |
| void UpdatePopupBounds(); |
| #endif |
| + // Returns the line number of the first selectable line, accounting for a |
| + // title. |
| + int GetFirstSelectableLine(); |
|
Garrett Casto
2014/12/03 00:35:16
Function doesn't exist anymore.
jww
2014/12/03 04:56:11
Great catch, thanks.
|
| + |
| AutofillPopupView* view_; // Weak reference. |
| base::WeakPtr<AutofillPopupDelegate> delegate_; |
| @@ -192,6 +196,7 @@ class AutofillPopupControllerImpl : public AutofillPopupController { |
| gfx::FontList name_font_list_; |
| gfx::FontList subtext_font_list_; |
| gfx::FontList warning_font_list_; |
| + gfx::FontList title_font_list_; |
| #endif |
| // The line that is currently selected by the user. |