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

Unified Diff: chrome/browser/resources/about_conflicts.html

Issue 5092007: Add registered shell extensions to enumerated module list on about:conflicts.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « chrome/browser/enumerate_modules_model_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_conflicts.html
===================================================================
--- chrome/browser/resources/about_conflicts.html (revision 66751)
+++ chrome/browser/resources/about_conflicts.html (working copy)
@@ -146,7 +146,7 @@
{
'type': 'The type of module found',
'type_description':
- 'The type of module (string), defaults to blank for regular modules',
+ 'The type of module (string), defaults to blank for regular modules',
'status': 'The module status',
'location': 'The module path, not including filename',
'name': 'The name of the module',
@@ -239,14 +239,16 @@
<tr>
<td colspan="2"><span class="module-name" dir="ltr"
jscontent="name">NAME</span>
+ <span dir="ltr"
+ jsdisplay="type_description.length > 0"
+ >(<span dir="ltr"
+ jscontent="type_description">MODULE_TYPE</span
+ >)</span>
</td>
</tr>
<tr>
<td width="75"><span i18n-content="headerSoftware" /></td>
- <td><span dir="ltr" jsdisplay="type_description.length > 0">
- <span dir="ltr"
- jscontent="type_description">MODULE_TYPE</span>: </span>
- <span dir="ltr" jsvalues=".innerHTML:description"></span>
+ <td><span dir="ltr" jsvalues=".innerHTML:description"></span>
<span dir="ltr" jsdisplay="version.length > 0"> - </span>
<span dir="ltr" jscontent="version">VERSION</span></td>
</tr>
« no previous file with comments | « chrome/browser/enumerate_modules_model_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698