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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.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: fix bad merge 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_controller_unittest.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
index ad0d930f7efece5f3dd6e5795bc2cc35d29032fd..8ac2dc145baf5266b62aac56fe95dbe8e8e57874 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
@@ -55,7 +55,6 @@ class TestAutofillDialogView : public AutofillDialogView {
}
virtual string16 GetCvc() OVERRIDE { return string16(); }
- virtual bool UseBillingForShipping() OVERRIDE { return false; }
virtual bool SaveDetailsLocally() OVERRIDE { return true; }
virtual const content::NavigationController* ShowSignIn() OVERRIDE {
return NULL;

Powered by Google App Engine
This is Rietveld 408576698