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

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

Issue 265563004: Add a note to chrome://extensions to explain when an extension has been... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add enum Created 6 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
Index: chrome/browser/resources/extensions/extensions.html
diff --git a/chrome/browser/resources/extensions/extensions.html b/chrome/browser/resources/extensions/extensions.html
index b0af6cd6afe11652b321acebfee7a8bb235129bf..fc5a24964dada83c1fa7c1b3dfa613ea61b1afcc 100644
--- a/chrome/browser/resources/extensions/extensions.html
+++ b/chrome/browser/resources/extensions/extensions.html
@@ -149,7 +149,15 @@
<span i18n-content="extensionSettingsSuspiciousInstall"></span>
<a target="_blank" class="learn-more-link"
i18n-values="href:extensionSettingsSuspiciousInstallHelpUrl"
- i18n-content="extensionSettingsSuspiciousInstallLearnMore"
+ i18n-content="extensionSettingsLearnMore"
+ href="#">
+ </a>
+ </div>
+ <div class="corrupt-install-message" hidden>
+ <span i18n-content="extensionSettingsCorruptInstall"></span>
+ <a target="_blank" class="learn-more-link"
+ i18n-values="href:extensionSettingsCorruptInstallHelpUrl"
+ i18n-content="extensionSettingsLearnMore"
href="#">
</a>
</div>

Powered by Google App Engine
This is Rietveld 408576698