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

Unified Diff: chrome/browser/resources/chromeos/about_os_credits.html

Issue 277083004: Added browser and OS credits link to EULA page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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:
Download patch
Index: chrome/browser/resources/chromeos/about_os_credits.html
diff --git a/chrome/browser/resources/chromeos/about_os_credits.html b/chrome/browser/resources/chromeos/about_os_credits.html
index a7a53f8c6cde08f929f16992b12836c1518212df..c3938645373828aaeb1b3422cba0f6624f1f736b 100644
--- a/chrome/browser/resources/chromeos/about_os_credits.html
+++ b/chrome/browser/resources/chromeos/about_os_credits.html
@@ -56,6 +56,12 @@ body {
.license-packages {
font-size:80%;
}
+.dialog #print-link {
+ display: none;
+}
+.dialog .homepage {
+ display: none;
+}
</style>
<script>
//<![CDATA[
@@ -94,7 +100,7 @@ function toggleall() {
<span class="page-title" style="float:left;">Credits</span>
<span style="float:right">
<a href="javascript:toggleall()">Toggle All</a>
-<a href="javascript:window.print();">Print</a>
+<a id="print-link" href="javascript:window.print();">Print</a>
</span>
<div style="clear:both; overflow:auto;">
<h2>List of Packages used in Google Chrome OS:</h2>
@@ -32632,4 +32638,5 @@ Used by these packages: x11-libs/libdrm-2.4.52 x11-base/X.Org-1.9.3 x11-apps/xse
<!-- Note that some packages included above are used during build, but not
shipped with ChromeOS proper /merlin -->
</body>
+<script src="chrome://os-credits/keyboard_utils.js"></script>
</html>

Powered by Google App Engine
This is Rietveld 408576698