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

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

Issue 6088007: chromeos: Add OS credits link to about page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/app
Patch Set: add #if around cros-only consts Created 10 years 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/about_page.html
diff --git a/chrome/browser/resources/options/about_page.html b/chrome/browser/resources/options/about_page.html
index a2490d7f3dc209c4ff5864a1d5d53deba72dda42..c7e24305650e5aaadee0e38ffd77b2ff343bcaaa 100644
--- a/chrome/browser/resources/options/about_page.html
+++ b/chrome/browser/resources/options/about_page.html
@@ -77,6 +77,16 @@
</a><span i18n-content="license_content_2">
</span>
</div>
+ <if expr="pp_ifdef('chromeos')">
+ <div>
+ <span i18n-content="cros_license_content_0">
+ </span><a target="_blank"
+ i18n-values="href:cros_license_link_0"
+ i18n-content="cros_license_link_content_0">
+ </a><span i18n-content="cros_license_content_1">
+ </span>
+ </div>
+ </if>
</div>
</section>
<section>

Powered by Google App Engine
This is Rietveld 408576698