| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
* <?xml version="1.0" encoding=StandardCharsets.UTF_8?>Accidental application here
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Owners-Override | +1 |
* <?xml version="1.0" encoding=StandardCharsets.UTF_8?>Andrew GrieveAccidental application here
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
4 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: chrome/android/java/src/org/chromium/chrome/browser/omaha/ResponseParser.java
Insertions: 1, Deletions: 2.
@@ -16,10 +16,9 @@
* Parses XML responses from the Omaha Update Server.
*
* <pre>
- *
* Expects XML formatted like:
*
- * <?xml version="1.0" encoding=StandardCharsets.UTF_8?>
+ * <?xml version="1.0" encoding="UTF-8"?>
* <daystart elapsed_days="4804" elapsed_seconds="65524"/>
* <app appid="{appid}" status="ok">
* <updatecheck status="ok">
```
Android: Fix Error Prone warnings about Charsets
This fixes the ones that do not trigger NewApi lint warnings. Hoping
Error Prone will provide a way to not trigger on NewApi-breaking ones.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |