Skip to content

Commit

Permalink
[basic-card] Remove AutofillCardValidation and BasicCardResponse
Browse files Browse the repository at this point in the history
This code is no longer used.

Bug: 1209835
Change-Id: I982e6e88d9cfebcf4a21ccd0f4c2f0159618c1f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3831234
Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1035051}
  • Loading branch information
stephenmcgruer authored and Chromium LUCI CQ committed Aug 15, 2022
1 parent 0a14b42 commit 8ed8fb9
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 418 deletions.
1 change: 0 additions & 1 deletion components/payments/content/payment_request_state.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "components/payments/content/payment_manifest_web_data_service.h"
#include "components/payments/content/payment_response_helper.h"
#include "components/payments/content/service_worker_payment_app.h"
#include "components/payments/core/autofill_card_validation.h"
#include "components/payments/core/error_strings.h"
#include "components/payments/core/features.h"
#include "components/payments/core/method_strings.h"
Expand Down
5 changes: 0 additions & 5 deletions components/payments/core/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ static_library("core") {
"android_app_description.h",
"android_app_description_tools.cc",
"android_app_description_tools.h",
"autofill_card_validation.cc",
"autofill_card_validation.h",
"basic_card_response.cc",
"basic_card_response.h",
"can_make_payment_query.cc",
"can_make_payment_query.h",
"currency_formatter.cc",
Expand Down Expand Up @@ -179,7 +175,6 @@ source_set("unit_tests") {

if (!is_android) {
sources += [
"basic_card_response_unittest.cc",
"payment_address_unittest.cc",
"payment_options_unittest.cc",
"payment_request_data_util_unittest.cc",
Expand Down
91 changes: 0 additions & 91 deletions components/payments/core/autofill_card_validation.cc

This file was deleted.

53 changes: 0 additions & 53 deletions components/payments/core/autofill_card_validation.h

This file was deleted.

54 changes: 0 additions & 54 deletions components/payments/core/basic_card_response.cc

This file was deleted.

54 changes: 0 additions & 54 deletions components/payments/core/basic_card_response.h

This file was deleted.

68 changes: 0 additions & 68 deletions components/payments/core/basic_card_response_unittest.cc

This file was deleted.

0 comments on commit 8ed8fb9

Please sign in to comment.