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

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

Issue 13877016: Revert 195316 "Remove "Use billing for shipping" checkbox in fav..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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: trunk/src/chrome/browser/ui/autofill/autofill_dialog_types.cc
===================================================================
--- trunk/src/chrome/browser/ui/autofill/autofill_dialog_types.cc (revision 195318)
+++ trunk/src/chrome/browser/ui/autofill/autofill_dialog_types.cc (working copy)
@@ -69,13 +69,11 @@
}
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