Remove duplication of displayed error message.
Error panels were being displayed on 2 separate lines of text based on the false assumption that two sentences would be separated by a period '.' and space, resulting in the same line being displayed twice when only one sentence existed in the error message. Changes the text wrapping to use 'webkit-line-clamp' instead. Bug: 995444 Tests: Modified integration test --gtest_filter="*/FilesApp*transferDeletedFile" Change-Id: I36220a2e5e492dec37d8455d3767ceecddc31a9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761895 Commit-Queue: Alex Danilo <adanilo@chromium.org> Reviewed-by:Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#689371}
Showing
Please register or sign in to comment