commit | 8042a4defca216a87e450a855fe42b581f5da939 | [log] [tgz] |
---|---|---|
author | Ioana Pandele <[email protected]> | Tue Feb 02 19:50:48 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue Feb 02 19:50:48 2021 |
tree | 0295092a34806c17457a4e8f86bf7618c56ead53 | |
parent | e891e2ba3cd5e6bb58b7ce08d43af3382bcd12c6 [diff] [blame] |
[PwdEditAndroid] Add editing bridge This CL adds the CredentialEditBridge as an entry-point to the edit module. This bridge will be responsible for launching the UI and saving the credential changes. (This will be added in the future). Bug: 1170289 Change-Id: Id8bc9c03f4ab06d43cd1b055a329dd32960d520e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645131 Commit-Queue: Ioana Pandele <[email protected]> Reviewed-by: Egor Pasko <[email protected]> Reviewed-by: Colin Blundell <[email protected]> Reviewed-by: Friedrich [CET] <[email protected]> Cr-Commit-Position: refs/heads/master@{#849717}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn index 6486fe46..f7c047c 100644 --- a/chrome/browser/BUILD.gn +++ b/chrome/browser/BUILD.gn
@@ -3225,6 +3225,7 @@ "//chrome/browser/optimization_guide/android:jni_headers", "//chrome/browser/password_check/android:jni_headers", "//chrome/browser/password_check/android:password_check_enums_srcjar", + "//chrome/browser/password_entry_edit/android", "//chrome/browser/password_manager/android:jni_headers", "//chrome/browser/payments/android:jni_headers", "//chrome/browser/policy/android:jni_headers",