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

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, 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 69f19cb4a2fd8c11e75883404b0c185aeb485cc8..6f20995f2f2d97a7d039c4b23a7419308322f40f 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
@@ -52,7 +52,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