Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2639)

Unified Diff: chrome/browser/resources/md_downloads/manager.html

Issue 1428833005: MD Downloads: track downloads in C++, dispatch discrete JS updates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asdf Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_downloads/manager.html
diff --git a/chrome/browser/resources/md_downloads/manager.html b/chrome/browser/resources/md_downloads/manager.html
index 3f2c7e825d9b7951203c3ad98c8b0d212ce59b58..f5cd8a61d5a7eee17fb25d412df86ea0eda52dcf 100644
--- a/chrome/browser/resources/md_downloads/manager.html
+++ b/chrome/browser/resources/md_downloads/manager.html
@@ -25,7 +25,7 @@
<div id="no-downloads" hidden="[[hasDownloads_]]">
<div>
<div class="illustration"></div>
- <span><!-- Text populated in Manager#updateAll_(). --></span>
+ <span><!-- Text populated dynamically. --></span>
</div>
</div>
</paper-header-panel>

Powered by Google App Engine
This is Rietveld 408576698