Chromium Code Reviews| 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> |
|
Dan Beam
2012/01/20 00:59:02
Why are these in the <head>?
|
| +</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> |
|
csilv
2012/01/20 03:30:11
The mocks show 'Extensions' above 'Settings'. Not
Evan Stade
2012/01/20 03:36:07
ok, I'll ask Glen (since the mocks have a lot more
|
| +<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> |