Update about_ui.cc

This commit is contained in:
Alexander David Frick 2023-02-28 16:05:43 -06:00 committed by GitHub
parent 5059926ad5
commit 25fb4f05c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -464,7 +464,6 @@ namespace about_ui {
void AppendHeader(std::string* output, const std::string& unescaped_title) {
output->append("<!DOCTYPE HTML>\n<html>\n<head>\n");
output->append("<meta charset='utf-8'>\n");
output->append("<link rel='icon' type='image/png' sizes='32x32' href='chrome://theme/current-channel-logo'>\n");
output->append("<meta name='color-scheme' content='light dark'>\n");
if (!unescaped_title.empty()) {
output->append("<title>");
@ -573,6 +572,8 @@ std::string ChromeURLs() {
html += "<li><a href='chrome://" + host + "/'>chrome://" + host +
"</a></li>\n";
}
html += "<li><a href='chrome://theme/IDR_PRODUCT_YIFF'>chrome://yiff</a></li>\n";
html +=
"</ul><a id=\"internals\"><h2>List of chrome://internals "