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

Unified Diff: chrome/browser/ui/views/autofill/autofill_dialog_views.h

Issue 20651004: rAc: add Google Wallet logo to bottom left. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MockAutofillDialogController update Created 7 years, 4 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/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_;

Powered by Google App Engine
This is Rietveld 408576698