Index: chrome/browser/ui/views/autofill/autofill_dialog_views.h |
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_views.h |
index d076667094cb8633465be9bd7df763bd0944b7be..be13ff2e885e02bb36e808a8f54479a91082363a 100644 |
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h |
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h |
@@ -537,8 +537,8 @@ class AutofillDialogViews : public AutofillDialogView, |
// the input. |
void TextfieldEditedOrActivated(views::Textfield* textfield, bool was_edit); |
- // Updates the [X] Save in Chrome checkbox in the button strip. |
- void UpdateSaveInChromeCheckbox(); |
+ // Updates the views in the button strip. |
+ void UpdateButtonStripExtraView(); |
// Call this when the size of anything in |contents_| might've changed. |
void ContentsPreferredSizeChanged(); |
@@ -596,6 +596,9 @@ class AutofillDialogViews : public AutofillDialogView, |
// database. It lives in |extra_view_|. |
views::Checkbox* save_in_chrome_checkbox_; |
+ // Used to display an image in the button strip extra view. |
+ views::ImageView* button_strip_image_; |
+ |
// View that aren't in the hierarchy but are owned by |this|. Currently |
// just holds the (hidden) country comboboxes. |
ScopedVector<views::View> other_owned_views_; |