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

Unified Diff: chrome/browser/resources/options/content_settings_exceptions_area.html

Issue 6269015: Add facility to fix about: and file: links from chrome:// pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git add Created 9 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/options/content_settings_exceptions_area.html
diff --git a/chrome/browser/resources/options/content_settings_exceptions_area.html b/chrome/browser/resources/options/content_settings_exceptions_area.html
index 59db53f565ba69ff37a6871ef5774771d2eda551..57b61ec0b6622278fb05d3c2313b7a769e718516 100644
--- a/chrome/browser/resources/options/content_settings_exceptions_area.html
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.html
@@ -42,7 +42,8 @@
i18n-content="otr_exceptions_explanation"></span>
<list mode="otr"></list>
</div>
- <a i18n-content="disable_individual_plugins" id="plugins-tab" href="#"></a>
+ <a i18n-content="disable_individual_plugins" id="plugins-tab"
+ href="about:plugins"></a>
</div>
<div contentType="popups">

Powered by Google App Engine
This is Rietveld 408576698