|
rAc Wallet extirpation round 4: clean out RPC code
A few files remain:
- wallet::Address and FullWallet are still needed until Android references
are cleaned up
- wallet_service_url is still used for ZI (although this could probably be
moved into a different directory, either core/browser/wallet or
chrome/browser/ or something)
- real_pan_wallet_client_unittest doesn't belong in this dir but whatever
BUG= 521733
Committed: https://crrev.com/36d868c4941f9f62149356c444b119d12eb0e2f1
Cr-Commit-Position: refs/heads/master@{#344364}
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+33 lines, -7121 lines) |
Patch |
 |
M |
components/autofill.gypi
|
View
|
|
2 chunks |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/browser/BUILD.gn
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/browser/wallet/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/form_field_error.h
|
View
|
|
1 chunk |
+0 lines, -88 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/form_field_error.cc
|
View
|
|
1 chunk |
+0 lines, -154 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/browser/wallet/full_wallet.h
|
View
|
|
7 chunks |
+2 lines, -25 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/browser/wallet/full_wallet.cc
|
View
|
1
2
3
|
4 chunks |
+5 lines, -106 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/browser/wallet/full_wallet_unittest.cc
|
View
|
1
2
3
|
4 chunks |
+9 lines, -459 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/gaia_account.h
|
View
|
|
1 chunk |
+0 lines, -59 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/gaia_account.cc
|
View
|
|
1 chunk |
+0 lines, -85 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/instrument.h
|
View
|
|
1 chunk |
+0 lines, -104 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/instrument.cc
|
View
|
|
1 chunk |
+0 lines, -126 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/instrument_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -73 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/mock_wallet_client.h
|
View
|
|
1 chunk |
+0 lines, -64 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/mock_wallet_client.cc
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/required_action.h
|
View
|
|
1 chunk |
+0 lines, -44 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/required_action.cc
|
View
|
|
1 chunk |
+0 lines, -67 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/wallet_client.h
|
View
|
|
1 chunk |
+0 lines, -272 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/wallet_client.cc
|
View
|
|
1 chunk |
+0 lines, -807 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/wallet_client_delegate.h
|
View
|
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/wallet_client_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1903 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/wallet_items.h
|
View
|
|
1 chunk |
+0 lines, -335 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/wallet_items.cc
|
View
|
|
1 chunk |
+0 lines, -596 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/wallet_items_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -622 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/browser/wallet/wallet_service_url.h
|
View
|
|
2 chunks |
+2 lines, -32 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/browser/wallet/wallet_service_url.cc
|
View
|
|
4 chunks |
+0 lines, -141 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/browser/wallet/wallet_service_url_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+8 lines, -101 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/wallet_signin_helper.h
|
View
|
|
1 chunk |
+0 lines, -82 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/wallet_signin_helper.cc
|
View
|
|
1 chunk |
+0 lines, -174 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/wallet_signin_helper_delegate.h
|
View
|
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
D |
components/autofill/content/browser/wallet/wallet_signin_helper_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -177 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/browser/wallet/wallet_test_util.h
|
View
|
|
1 chunk |
+1 line, -36 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/browser/wallet/wallet_test_util.cc
|
View
|
1
2
3
|
5 chunks |
+6 lines, -204 lines |
0 comments
|
Download
|
 |
M |
components/components_tests.gyp
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
Total messages: 15 (6 generated)
|