diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-22 07:46:35 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-22 07:46:35 +0000 |
commit | 5f877331f7a9f3a917ceb378ffe7cb5315f2f0d0 (patch) | |
tree | bdea5c6ae76490b65fb2951a64e7bdeed312ab6a /components/autofill/browser/wallet/wallet_test_util.h | |
parent | eac2b36333c3947f650e96c3b45e9afed616e4b3 (diff) | |
download | chromium_src-5f877331f7a9f3a917ceb378ffe7cb5315f2f0d0.zip chromium_src-5f877331f7a9f3a917ceb378ffe7cb5315f2f0d0.tar.gz chromium_src-5f877331f7a9f3a917ceb378ffe7cb5315f2f0d0.tar.bz2 |
Revert 201451 "Autofill:requestAutocomplete: Enable prompting fo..."
This change adds new static initializers in wallet_address.cc.
> Autofill:requestAutocomplete: Enable prompting for complete address when instrument being used doesn't have full address.
>
> BUG=173517
>
> Review URL: https://chromiumcodereview.appspot.com/15136002
TBR=ramankk@chromium.org
Review URL: https://codereview.chromium.org/15689005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201460 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill/browser/wallet/wallet_test_util.h')
-rw-r--r-- | components/autofill/browser/wallet/wallet_test_util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/autofill/browser/wallet/wallet_test_util.h b/components/autofill/browser/wallet/wallet_test_util.h index 8b1db45..316c5d7 100644 --- a/components/autofill/browser/wallet/wallet_test_util.h +++ b/components/autofill/browser/wallet/wallet_test_util.h @@ -16,15 +16,11 @@ class FullWallet; class Instrument; scoped_ptr<Address> GetTestAddress(); -scoped_ptr<Address> GetTestMinimalAddress(); scoped_ptr<FullWallet> GetTestFullWallet(); scoped_ptr<Instrument> GetTestInstrument(); scoped_ptr<WalletItems::LegalDocument> GetTestLegalDocument(); scoped_ptr<WalletItems::MaskedInstrument> GetTestMaskedInstrument(); scoped_ptr<WalletItems::MaskedInstrument> GetTestNonDefaultMaskedInstrument(); -scoped_ptr<WalletItems::MaskedInstrument> - GetTestMaskedInstrumentWithIdAndAddress( - const std::string& id, scoped_ptr<Address> address); scoped_ptr<Address> GetTestSaveableAddress(); scoped_ptr<Address> GetTestShippingAddress(); scoped_ptr<Address> GetTestNonDefaultShippingAddress(); |