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

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

Issue 1792006: Link the name of the extension on the management page to the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 8 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
« no previous file with comments | « chrome/browser/extensions/extensions_ui.cc ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions_ui.html
===================================================================
--- chrome/browser/resources/extensions_ui.html (revision 45664)
+++ chrome/browser/resources/extensions_ui.html (working copy)
@@ -804,8 +804,14 @@
</td>
<td valign="top">
<div>
+ <a jsdisplay="galleryUrl.length > 0"
+ jsvalues=".href:galleryUrl">
<span class="extension-name"
jscontent="name">EXTENSION NAME</span>
+ </a>
+ <span class="extension-name"
+ jsdisplay="galleryUrl.length == 0"
+ jscontent="name">EXTENSION NAME</span>
- <span i18n-content="extensionVersion">VERSION</span>
<span jscontent="version">x.x.x.x</span>
<span jsdisplay="!enabled"
« no previous file with comments | « chrome/browser/extensions/extensions_ui.cc ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698