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

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

Issue 8889041: first cut at uber page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac compile Created 9 years 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
new file mode 100644
index 0000000000000000000000000000000000000000..2cd563e74c9ae8d976b6fefa6c8bef4e29a0ef91
--- /dev/null
+++ b/chrome/browser/resources/uber/uber.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html i18n-values="dir:textdirection;">
+<head>
+<meta charset="utf-8">
+<title i18n-content="pageTitle"></title>
+
+<link rel="stylesheet" href="uber.css">
+
+<script src="chrome://uber/uber.js"></script>
+<script src="chrome://resources/js/command_line.js"></script>
+<script src="chrome://resources/js/util.js"></script>
+</head>
+
+<body>
+
+<iframe id="settings" src="chrome://settings"></iframe>
+
+</body>
+</html>
« 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