Move card unmask interfaces and controller into the autofill component.
commit982b06f6e72d19b019676c8f51c6a8f63e580c19
authorjdonnelly <jdonnelly@chromium.org>
Tue, 19 May 2015 17:14:20 +0000 (19 10:14 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 19 May 2015 17:15:08 +0000 (19 17:15 +0000)
treea53b8e4e631831fdb39f7f6d9b44e55caf3531fb
parent593dd520027d2bcf9dbfeef22fe99d40220087f7
Move card unmask interfaces and controller into the autofill component.

These will be used in an upcoming CL implementing the iOS version of the card unmask prompt view.

BUG=484806

Review URL: https://codereview.chromium.org/1138653003

Cr-Commit-Position: refs/heads/master@{#330537}
29 files changed:
build/ios/grit_whitelist.txt
chrome/app/generated_resources.grd
chrome/app/theme/theme_resources.grd
chrome/browser/ui/android/autofill/card_unmask_prompt_view_android.cc
chrome/browser/ui/android/autofill/card_unmask_prompt_view_android.h
chrome/browser/ui/autofill/card_unmask_prompt_view_browsertest.cc
chrome/browser/ui/autofill/chrome_autofill_client.cc
chrome/browser/ui/autofill/chrome_autofill_client.h
chrome/browser/ui/autofill/create_card_unmask_prompt_view.h [new file with mode: 0644]
chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h
chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm
chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc
chrome/browser/ui/views/autofill/card_unmask_prompt_views.h
chrome/chrome_browser_ui.gypi
chrome/chrome_tests_unit.gypi
components/autofill.gypi
components/autofill/core/browser/BUILD.gn
components/autofill/core/browser/ui/card_unmask_prompt_controller.h [moved from chrome/browser/ui/autofill/card_unmask_prompt_controller.h with 81% similarity]
components/autofill/core/browser/ui/card_unmask_prompt_controller_impl.cc [moved from chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.cc with 90% similarity]
components/autofill/core/browser/ui/card_unmask_prompt_controller_impl.h [moved from chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h with 86% similarity]
components/autofill/core/browser/ui/card_unmask_prompt_controller_impl_unittest.cc [moved from chrome/browser/ui/autofill/card_unmask_prompt_controller_impl_unittest.cc with 87% similarity]
components/autofill/core/browser/ui/card_unmask_prompt_view.h [moved from chrome/browser/ui/autofill/card_unmask_prompt_view.h with 75% similarity]
components/autofill_strings.grdp
components/components_tests.gyp
components/resources/autofill_scaled_resources.grdp
components/resources/default_100_percent/autofill/credit_card_cvc_hint.png [moved from chrome/app/theme/default_100_percent/common/credit_card_cvc_hint.png with 100% similarity]
components/resources/default_100_percent/autofill/credit_card_cvc_hint_amex.png [moved from chrome/app/theme/default_100_percent/common/credit_card_cvc_hint_amex.png with 100% similarity]
components/resources/default_200_percent/autofill/credit_card_cvc_hint.png [moved from chrome/app/theme/default_200_percent/common/credit_card_cvc_hint.png with 100% similarity]
components/resources/default_200_percent/autofill/credit_card_cvc_hint_amex.png [moved from chrome/app/theme/default_200_percent/common/credit_card_cvc_hint_amex.png with 100% similarity]