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

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: 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.html
diff --git a/chrome/browser/resources/uber/uber.html b/chrome/browser/resources/uber/uber.html
index 53de974bdecbf23172da5c999bb4f8a5a040a3f1..bf15006a7c159ede0f8be9b0352d410ca5aa129b 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">

Powered by Google App Engine
This is Rietveld 408576698