Skip to content

Commit

Permalink
WebUI: Remove title for History page pre-load UI
Browse files Browse the repository at this point in the history
  • Loading branch information
petemill authored and bsclifton committed Mar 21, 2019
1 parent af85ea6 commit 458592b
Showing 1 changed file with 13 additions and 0 deletions.
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>

0 comments on commit 458592b

Please sign in to comment.