Commit 6d57c056 authored by Matthew Jones's avatar Matthew Jones Committed by Commit Bot

Update duplicate download infobar text on touchless

Bug: 970270
Change-Id: Ia2ebf2c17a0851f517ea355ac16228cf7a9e4024
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642952Reviewed-by: default avatarTheresa <twellington@chromium.org>
Commit-Queue: Matthew Jones <mdjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#665987}
parent 233f0fef
......@@ -178,6 +178,8 @@ public class DuplicateDownloadInfoBar extends ConfirmInfoBar {
String template = getContext().getString(R.string.duplicate_download_request_infobar_text);
model.set(ModalDialogProperties.TITLE,
getContext().getResources().getString(R.string.menu_download));
model.set(ModalDialogProperties.MESSAGE,
getDownloadMessageText(getContext(), template).toString());
return model;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment