Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebUI: Remove title for History page pre-load UI #2019

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions patches/chrome-browser-resources-md_history-history.html.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/chrome/browser/resources/md_history/history.html b/chrome/browser/resources/md_history/history.html
index 748d431d1059afe38390e4f29352b354ebc2f282..baf81dec331deb78adfc9f0500bd1d4d99c069bb 100644
--- a/chrome/browser/resources/md_history/history.html
+++ b/chrome/browser/resources/md_history/history.html
@@ -80,7 +80,7 @@
<history-app id="history-app"></history-app>

<div id="app-shim">
- <span id="loading-toolbar">$i18n{title}</span>
+ <span id="loading-toolbar"></span>
<span id="loading-message">$i18n{loading}</span>
</div>