DescriptionMove the Google Payments URL functions out of content.
According to a comment in the code, switches::kReduceSecurityForTesting
(which is the only requirement for this class to be in content) was used
for requestAutocomplete testing. Now that requestAutocomplete has been
removed, these functions can be moved out of components/autofill/content
into components/autofill/core.
Also, remove the kWalletServiceUrl and kWalletSecureServiceUrl switches.
The former isn't referenced by any code and the while the latter is still
referenced, the only mention I can find for the use of that flag is in a
3 year old thread* that later goes on to specify a different set of
instructions that don't include the use of the flag.
Finally, make some progress on s/Wallet/Payments.
BUG=613281
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/65639ea0c7f964b96243603dec17ec449ec2ced4
Cr-Commit-Position: refs/heads/master@{#395343}
Patch Set 1 : #Messages
Total messages: 18 (8 generated)
|