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

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 f4cc4e0aa36659c81db781e1b0f1a027a071705e..d8f5ec6b4f0f5f2bcc75837950d92fa2edd9b547 100644
--- a/chrome/browser/resources/keyboard/index.html
+++ b/chrome/browser/resources/keyboard/index.html
@@ -8,8 +8,8 @@
<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>
<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