Chromium Code Reviews| 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_]]" |