Move PasswordChangeSuccessTracker methods into its own bridge.
This CL moves existing methods from the PasswordCheckBridge that
are related to password_manager::PasswordChangeSuccessTracker into its
own bridge. In doing so, it also slightly changes the signatures
of the methods.
The motivation behind this CL is two-fold:
1) The PasswordChangeSuccessTrackerBridge will be required elsewhere
outside of PasswordCheck for a follow-up CL.
2) With the move to UPM, PasswordCheck may eventually be removed. If
so decided in the future, this will make the move easier.
Bug: 1281844
Change-Id: Ia8a559b3e10cdb55ea95796c8c8e6987aba0d5c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3640950
Commit-Queue: Jan Keitel <[email protected]>
Reviewed-by: Friedrich Horschig <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1003033}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 77f2245..961d6f7 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3250,6 +3250,7 @@
"password_manager/android/password_accessory_controller_impl.cc",
"password_manager/android/password_accessory_controller_impl.h",
"password_manager/android/password_accessory_metrics_util.h",
+ "password_manager/android/password_change_success_tracker_bridge.cc",
"password_manager/android/password_checkup_launcher_helper.cc",
"password_manager/android/password_checkup_launcher_helper.h",
"password_manager/android/password_generation_controller.h",