0
Files
src/content/shell/android
Kyle Farnung b5df1cde4c [content] Fix invalid XML in AndroidManifest.xml
It looks like there's an extra `>` in the `<application>` tag
for the ContentBrowserTestsApplication. It seems
to make the XML invalid, but doesn't seem to break the tests.

Removing the extra `>` makes the XML valid again and likely allows the
`android:memtagMode` attribute to actually take effect.

Bug: 1504655
Change-Id: I662489a96e04f7acd190e6eda677737250ee1433
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5054111
Auto-Submit: Kyle Farnung <kfarnung@microsoft.com>
Reviewed-by: Bo Liu <boliu@chromium.org>
Reviewed-by: Steven Bingler <bingler@chromium.org>
Commit-Queue: Steven Bingler <bingler@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1229507}
2023-11-27 21:11:15 +00:00
..