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

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

Issue 12094034: Add a link (to view Permissions) to the Extension details on chrome://extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/extensions/extensions.html
===================================================================
--- chrome/browser/resources/extensions/extensions.html (revision 179321)
+++ chrome/browser/resources/extensions/extensions.html (working copy)
@@ -103,6 +103,10 @@
</div>
<p class="extension-description">
<span></span>
+ <a class="permissions-link"
+ i18n-content="extensionSettingsPermissions"
+ href="#">
+ </a>
<a class="site-link" target="_parent" hidden></a>
</p>
<div class="developer-extras">

Powered by Google App Engine
This is Rietveld 408576698