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

Unified Diff: chrome/browser/resources/settings/about_page/about_page.html

Issue 2573943002: WebUI: Vulcanize MD Settings at compile time. (Closed)
Patch Set: Nit Created 3 years, 10 months 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/settings/about_page/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index b3005df0c4d3ee8fb42d853f8b788e0743d1fe15..8bda8c75779d9987d386f4e4ac853c6d64f90ba3 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -95,8 +95,7 @@
hidden="[[!showUpdateStatus_]]"
icon$="[[getIcon_(
obsoleteSystemInfo_, currentUpdateStatusEvent_)]]"
Dan Beam 2017/02/10 23:14:47 can you add a comment about this?
dpapad 2017/02/13 18:53:54 Done.
- src="[[getIconSrc_(
- obsoleteSystemInfo_, currentUpdateStatusEvent_)]]">
+ src="[[getIconSrc_(obsoleteSystemInfo_, currentUpdateStatusEvent_)]]">
</iron-icon>
<div class="start">
<div id="updateStatusMessage" hidden="[[!showUpdateStatus_]]"

Powered by Google App Engine
This is Rietveld 408576698