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

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

Issue 33753004: Add link to the Advanced Font Settings extension in Font Settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 7 years, 2 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/font_settings.html
diff --git a/chrome/browser/resources/options/font_settings.html b/chrome/browser/resources/options/font_settings.html
index f9f4274ee903514ac1d78ce224c9908119e3b74e..da3106019e3217a3d6916b819474964f2f2da79c 100644
--- a/chrome/browser/resources/options/font_settings.html
+++ b/chrome/browser/resources/options/font_settings.html
@@ -100,6 +100,11 @@
</div>
<div class="action-area">
<div class="button-strip">
+ <span id="advanced-font-settings-install" hidden
+ i18n-values=".innerHTML:advancedFontSettingsInstall"></span>
+ <a id="advanced-font-settings-options" href="#" hidden
+ i18n-content="advancedFontSettingsOptions"></a>
+ <span class="spacer"></span>
<button id="font-settings-confirm" class="default-button"
i18n-content="done">
</button>
« no previous file with comments | « chrome/browser/resources/options/font_settings.css ('k') | chrome/browser/resources/options/font_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698