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

Unified Diff: chrome/browser/resources/translate_internals/index.html

Issue 13842010: Added chrome://translate-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed trivial mistakes Created 7 years, 8 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/translate_internals/index.html
diff --git a/chrome/browser/resources/translate_internals/index.html b/chrome/browser/resources/translate_internals/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..e21f62c10b1587a119ac030dbd8a639a2f21aa24
--- /dev/null
+++ b/chrome/browser/resources/translate_internals/index.html
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML>
+<html i18n-values="dir:textdirection">
+
+ <head>
+ <meta charset="utf-8">
+ <title>Translate Internals</title>
+ <link rel="stylesheet" href="chrome://resources/css/tabs.css">
+ <script src="chrome://resources/js/util.js"></script>
+ <script src="chrome://resources/js/cr.js"></script>
+ <script src="chrome://resources/js/i18n_template.js"></script>
+ <script src="chrome://resources/js/cr/event_target.js"></script>
+ <script src="chrome://resources/js/cr/ui.js"></script>
+ <script src="chrome://resources/js/cr/ui/tabs.js"></script>
+ <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
+ <script src="./index.js"></script>
+ </head>
+
+ <body>
+
+ <tabbox>
+ <tabs>
+ <tab>Prefs</tab>
+ </tabs>
+ <tabpanels>
+
+ <tabpanel id="tabpanelPrefs">
+ <h2>Prefs</h2>
+ <pre></pre>
+ </tabpanel>
+
+ </tabpanels>
+ </tabbox>
+
+ </body>
+
+</html>

Powered by Google App Engine
This is Rietveld 408576698