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

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

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: dbeam review 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/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 93e16ecc10a0a187e7696d0442009a33f2a2ab81..374697e9f359966c3814d195047b27a81e39da5a 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
@@ -78,7 +78,6 @@ class AutofillDialogViews : public AutofillDialogView,
virtual void GetUserInput(DialogSection section,
DetailOutputMap* output) OVERRIDE;
virtual string16 GetCvc() OVERRIDE;
- virtual bool UseBillingForShipping() OVERRIDE;
virtual bool SaveDetailsLocally() OVERRIDE;
virtual const content::NavigationController* ShowSignIn() OVERRIDE;
virtual void HideSignIn() OVERRIDE;
@@ -300,7 +299,7 @@ class AutofillDialogViews : public AutofillDialogView,
void SetEditable(bool editable);
// Sets the display text of the suggestion.
- void SetSuggestionText(const string16& text);
+ void SetSuggestionText(const string16& text, gfx::Font::FontStyle style);
// Sets the icon which should be displayed ahead of the text.
void SetSuggestionIcon(const gfx::Image& image);
@@ -441,10 +440,6 @@ class AutofillDialogViews : public AutofillDialogView,
// Somewhere to show notification messages about errors, warnings, or promos.
NotificationArea* notification_area_;
- // The checkbox that controls whether to use the billing details for shipping
- // as well.
- views::Checkbox* use_billing_for_shipping_;
-
// Runs the suggestion menu (triggered by each section's |suggested_button|.
scoped_ptr<views::MenuRunner> menu_runner_;

Powered by Google App Engine
This is Rietveld 408576698