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

Unified Diff: chrome/browser/resources/chromeos/keyboard_overlay.html

Issue 10388182: Fix the keyboard overlay not working. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change script inclusions order Created 8 years, 7 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 | « no previous file | chrome/browser/resources/chromeos/keyboard_overlay.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/keyboard_overlay.html
diff --git a/chrome/browser/resources/chromeos/keyboard_overlay.html b/chrome/browser/resources/chromeos/keyboard_overlay.html
index e15aeb13415fe3478fd22dd2cb5b538fe2b6b0c1..c1d557087d9a90091e1e8d68cd2d929766ddf61d 100644
--- a/chrome/browser/resources/chromeos/keyboard_overlay.html
+++ b/chrome/browser/resources/chromeos/keyboard_overlay.html
@@ -4,10 +4,10 @@
<meta charset="utf-8" content="text/html">
<title i18n-content="keyboardOverlayTitle"></title>
<link rel="stylesheet" href="keyboard_overlay.css">
-<script src="strings.js"></script>
+<script src="chrome://resources/js/load_time_data.js"></script>
+<script src="chrome://resources/js/util.js"></script>
<script src="keyboard_overlay.js"></script>
<body class="keyboard-overlay-keyboard"></body>
-<script src="chrome://resources/js/i18n_template.js"></script>
-<script src="chrome://resources/js/i18n_process.js"></script>
-<script src="chrome://resources/js/util.js"></script>
+<script src="strings.js"></script>
+<script src="chrome://resources/js/i18n_template2.js"></script>
</html>
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/keyboard_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698