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

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

Issue 9124028: separate about page into its own page (included in chrome://chrome) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change indent, move script includes to inside body 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
« no previous file with comments | « chrome/browser/resources/uber/uber.css ('k') | chrome/browser/ui/webui/about_page/about_page_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/uber/uber.html
diff --git a/chrome/browser/resources/uber/uber.html b/chrome/browser/resources/uber/uber.html
index 7d382784daea24d7c2b0709aaa3d02db9c17dfaa..354bd0a1f7a9a37431488d7bd061f9c419339b40 100644
--- a/chrome/browser/resources/uber/uber.html
+++ b/chrome/browser/resources/uber/uber.html
@@ -21,6 +21,9 @@
<ol>
<li class="selected" i18n-content="settingsDisplayName"></li>
<li i18n-content="extensionsDisplayName"></li>
+<if expr="pp_ifdef('chromeos')">
+ <li i18n-content="aboutPageDisplayName" id="aboutPageNavItem"></li>
+</if>
</ol>
</div>
@@ -32,9 +35,14 @@
<div class="iframe-container" i18n-values="id:extensionsHost">
<iframe src="chrome://extensions-frame/"></iframe></div>
-</body>
+<if expr="pp_ifdef('chromeos')">
+<div class="iframe-container" i18n-values="id:aboutPageHost">
+ <iframe src="chrome://about-page-frame/"></iframe></div>
+</if>
<script src="chrome://chrome/strings.js"></script>
<script src="chrome://resources/js/i18n_template.js"></script>
<script src="chrome://resources/js/i18n_process.js"></script>
+
+</body>
</html>
« no previous file with comments | « chrome/browser/resources/uber/uber.css ('k') | chrome/browser/ui/webui/about_page/about_page_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698