Skip to content

Commit

Permalink
[Android][Autofill] No delete for new profiles.
Browse files Browse the repository at this point in the history
(cherry picked from commit a21713d)

Bug: 1458416
Change-Id: Id6044c95a10a2c3d341c87d38122f43a03a54852
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4651788
Reviewed-by: Friedrich Horschig <fhorschig@chromium.org>
Commit-Queue: Timofey Chudakov <tchudakov@google.com>
Cr-Original-Commit-Position: refs/heads/main@{#1162996}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4650771
Cr-Commit-Position: refs/branch-heads/5845@{#205}
Cr-Branched-From: 5a5dff6-refs/heads/main@{#1160321}
  • Loading branch information
Timofey Chudakov authored and Chromium LUCI CQ committed Jun 29, 2023
1 parent a7a6194 commit f29306c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ public void onDisplayPreferenceDialog(Preference preference) {
HelpAndFeedbackLauncherImpl.getForProfile(mProfile), sAddressEditorDelegate,
mProfile,
/*saveToDisk=*/true);
mAddressEditor.setAllowDelete(true);
mAddressEditor.showEditorDialog();
} else {
mAddressEditor = new AddressEditorCoordinator(getActivity(),
Expand Down

0 comments on commit f29306c

Please sign in to comment.