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

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

Issue 14129005: Remove "Use billing for shipping" checkbox in favor of item in suggestions menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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_dialog_types.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.cc b/chrome/browser/ui/autofill/autofill_dialog_types.cc
index 81902c1aec10e52b5b847902b2df994dda2a59bc..5c3b596592110020fa9464861438c03296cafaef 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_types.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_types.cc
@@ -69,11 +69,13 @@ bool DialogNotification::HasCheckbox() const {
}
SuggestionState::SuggestionState(const string16& text,
+ gfx::Font::FontStyle text_style,
const gfx::Image& icon,
const string16& extra_text,
const gfx::Image& extra_icon,
bool editable)
: text(text),
+ text_style(text_style),
icon(icon),
extra_text(extra_text),
extra_icon(extra_icon),

Powered by Google App Engine
This is Rietveld 408576698