summaryrefslogtreecommitdiffstats
path: root/components/autofill/content/browser
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-12 06:09:42 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-12 06:09:42 +0000
commit92df53131b2650267fc3081954397e66e78fc850 (patch)
treea250898e2e6783343df1ee3d3a911f93ed948353 /components/autofill/content/browser
parent6851e940187c108e558296e44879c3021d5da516 (diff)
downloadchromium_src-92df53131b2650267fc3081954397e66e78fc850.zip
chromium_src-92df53131b2650267fc3081954397e66e78fc850.tar.gz
chromium_src-92df53131b2650267fc3081954397e66e78fc850.tar.bz2
rAc: Remove unused Edit functionality.
Biggest change is updating the tests. BUG=none Review URL: https://chromiumcodereview.appspot.com/23691051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222727 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill/content/browser')
-rw-r--r--components/autofill/content/browser/wallet/wallet_test_util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/autofill/content/browser/wallet/wallet_test_util.h b/components/autofill/content/browser/wallet/wallet_test_util.h
index c6289b5..781ea19 100644
--- a/components/autofill/content/browser/wallet/wallet_test_util.h
+++ b/components/autofill/content/browser/wallet/wallet_test_util.h
@@ -34,6 +34,11 @@ scoped_ptr<WalletItems::MaskedInstrument> GetTestMaskedInstrumentWithId(
scoped_ptr<WalletItems::MaskedInstrument>
GetTestMaskedInstrumentWithIdAndAddress(
const std::string& id, scoped_ptr<Address> address);
+scoped_ptr<WalletItems::MaskedInstrument> GetTestMaskedInstrumentWithDetails(
+ const std::string& id,
+ scoped_ptr<Address> address,
+ WalletItems::MaskedInstrument::Type type,
+ WalletItems::MaskedInstrument::Status status);
scoped_ptr<Address> GetTestSaveableAddress();
scoped_ptr<Address> GetTestShippingAddress();
scoped_ptr<Address> GetTestNonDefaultShippingAddress();