-
Notifications
You must be signed in to change notification settings - Fork 903
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WebUI: Remove title for History page pre-load UI
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
patches/chrome-browser-resources-md_history-history.html.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|