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

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

Issue 13625002: Change the behavior of the [X] Save details to Wallet checkbox notification to: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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 7b70def29df14fbccd3682de7de16d843808c2a2..3634ee56eb5710ed6ef87b24f04d8fce0a978e1a 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
@@ -47,7 +47,6 @@ class TestAutofillDialogView : public AutofillDialogView {
OVERRIDE {}
virtual string16 GetCvc() OVERRIDE { return string16(); }
virtual bool UseBillingForShipping() OVERRIDE { return false; }
- virtual bool SaveDetailsInWallet() OVERRIDE { return false; }
virtual bool SaveDetailsLocally() OVERRIDE { return false; }
virtual const content::NavigationController* ShowSignIn() OVERRIDE {
return NULL;

Powered by Google App Engine
This is Rietveld 408576698