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

Unified Diff: chrome/browser/resources/uber/uber_frame.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_frame.css ('k') | chrome/browser/resources/uber/uber_frame.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..afdedba8d9f41a23a9d1a6fbf6dfc5c4f7d8c95d
--- /dev/null
+++ b/chrome/browser/resources/uber/uber_frame.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html i18n-values="dir:textdirection;" id="uber">
+<head>
+<meta charset="utf-8">
+
+<link rel="stylesheet" href="chrome://resources/css/chrome_shared2.css">
+<link rel="stylesheet" href="uber_frame.css">
+
+<script src="chrome://resources/js/cr.js"></script>
+<script src="chrome://uber-frame/uber_frame.js"></script>
+</head>
+
+<body>
+
+<h1 i18n-content="shortProductName"></h1>
+<ol>
+ <li i18n-content="settingsDisplayName"
+ i18n-values="controls:settingsHost" class="selected"></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>
+
+<script src="chrome://uber-frame/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_frame.css ('k') | chrome/browser/resources/uber/uber_frame.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698