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

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

Issue 7754019: Enable the keyboard to show the popup keyboard for inputting accented characters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix Created 9 years, 3 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/keyboard/index.html
diff --git a/chrome/browser/resources/keyboard/index.html b/chrome/browser/resources/keyboard/index.html
index 195782f5eba3a3b89264150da8d398fc2a80a392..10568951e54262143c75fde126659c982ad49c8c 100644
--- a/chrome/browser/resources/keyboard/index.html
+++ b/chrome/browser/resources/keyboard/index.html
@@ -8,12 +8,12 @@
<script src="common.js"></script>
<!-- TODO(mazda): load layout_<name>.js files only when necessary. -->
<script src="layout_fr.js"></script>
- <script src="layout_us.js"></script>
<!--
TODO(yusukes): recent refactoring broke the ability to have multiple
xkb layouts registered. Comment this out until it can be fixed.
<script src="layout_handwriting_vk.js"></script>
-->
+ <script src="layout_us.js"></script>
<script src="main.js"></script>
</head>
<body id="b"></body>

Powered by Google App Engine
This is Rietveld 408576698