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

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

Issue 9147054: Revert 117136 - separate about page into its own page (included in chrome://chrome) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- chrome/browser/resources/uber/uber.html (revision 117138)
+++ chrome/browser/resources/uber/uber.html (working copy)
@@ -21,9 +21,6 @@
<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>
@@ -35,14 +32,9 @@
<div class="iframe-container" i18n-values="id:extensionsHost">
<iframe src="chrome://extensions-frame/"></iframe></div>
-<if expr="pp_ifdef('chromeos')">
-<div class="iframe-container" i18n-values="id:aboutPageHost">
- <iframe src="chrome://about-page-frame/"></iframe></div>
-</if>
+</body>
<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