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

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

Issue 9265020: [uber] make the navigation controls an iframe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: opt = 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/resources/uber/uber.js » ('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 0ca283041ff6e9f8fab8ec19c5c1d96c1e0ebdcb..c47866f64d9b1a924c2bc2d1f05a089799e348ac 100644
--- a/chrome/browser/resources/uber/uber.html
+++ b/chrome/browser/resources/uber/uber.html
@@ -11,26 +11,13 @@
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://chrome/uber.js"></script>
+<script src="chrome://chrome/uber_utils.js"></script>
</head>
<body>
-<div class="overlay"></div>
+<div id="navigation"><iframe src="chrome://uber-frame/"></iframe></div>
-<div id="navigation">
- <h1 i18n-content="shortProductName"></h1>
- <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>
-
-<!-- The order of these must match the order of their nav controls.
- The ID (e.g. "settings") doubles as the display pathname
- (e.g. chrome://chrome/settings). -->
<div class="iframe-container selected" i18n-values="id:settingsHost">
<iframe src="chrome://settings-frame/"></iframe></div>
<div class="iframe-container" i18n-values="id:extensionsHost">
« no previous file with comments | « chrome/browser/resources/uber/uber.css ('k') | chrome/browser/resources/uber/uber.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698