| Index: chrome/browser/ui/views/autofill/autofill_popup_view_views.h
|
| diff --git a/chrome/browser/ui/views/autofill/autofill_popup_view_views.h b/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
|
| index 01f214b2e1f05b4604a48e686c7252c46741ea07..3f95ae97f245049b4c48b2a81719f9ab515d4781 100644
|
| --- a/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
|
| +++ b/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
|
| @@ -38,6 +38,10 @@ class AutofillPopupViewViews : public AutofillPopupBaseView,
|
| void DrawAutofillEntry(gfx::Canvas* canvas,
|
| int index,
|
| const gfx::Rect& entry_rect);
|
| + // Draw http warning message entry in |entry_rect|.
|
| + void DrawAutofillHttpWarningEntry(gfx::Canvas* canvas,
|
| + int index,
|
| + const gfx::Rect& entry_rect);
|
|
|
| AutofillPopupController* controller_; // Weak reference.
|
|
|
|
|