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

Unified Diff: chrome/browser/resources/uber/uber_frame.html

Issue 9320056: Help: Implement the initial version of the cross-platform help/about page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: String fix. Created 8 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/uber/uber_frame.html
diff --git a/chrome/browser/resources/uber/uber_frame.html b/chrome/browser/resources/uber/uber_frame.html
index 0b3accb61506ab058d59f81f2a84abcc1ce390eb..b232405578850dda77970bb47fa413b3d055057a 100644
--- a/chrome/browser/resources/uber/uber_frame.html
+++ b/chrome/browser/resources/uber/uber_frame.html
@@ -13,16 +13,14 @@
<body>
<h1 i18n-content="shortProductName"></h1>
-<ol>
+<ul>
<li i18n-content="settingsDisplayName"
i18n-values="controls:settingsHost"></li>
<li i18n-content="extensionsDisplayName"
i18n-values="controls:extensionsHost"></li>
-<if expr="pp_ifdef('chromeos')">
- <li i18n-content="aboutPageDisplayName" id="aboutPageNavItem"
- i18n-values="controls:aboutPageHost"></li>
-</if>
-</ol>
+ <li i18n-content="helpDisplayName" id="helpNavItem"
+ i18n-values="controls:helpHost"></li>
+</ul>
<script src="chrome://uber-frame/strings.js"></script>
<script src="chrome://resources/js/i18n_template.js"></script>

Powered by Google App Engine
This is Rietveld 408576698