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

Unified Diff: ui/keyboard/resources/index.html

Issue 23927006: Added numeric layout to VK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed indentation Created 7 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
« no previous file with comments | « ui/keyboard/keyboard_util.cc ('k') | ui/keyboard/resources/layouts/numeric.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/index.html
diff --git a/ui/keyboard/resources/index.html b/ui/keyboard/resources/index.html
index 3812f9f72f238f61aae6ae9cd39ac6dd8a443bea..3d237e55869a474c64d73e2891e0cd0f94313c4b 100644
--- a/ui/keyboard/resources/index.html
+++ b/ui/keyboard/resources/index.html
@@ -32,6 +32,7 @@
<!-- TODO(kevers|biao): Switch to dynamic loading strategy once supported
in Polymer (http://www.crbug.com/260278).-->
<link id="dvorak" rel="import" href="layouts/dvorak.html">
+ <link id="numeric" rel="import" href="layouts/numeric.html">
<link id="qwerty" rel="import" href="layouts/qwerty.html">
<!--TODO(stevet): Import 'Open Sans' font. -->
</head>
« no previous file with comments | « ui/keyboard/keyboard_util.cc ('k') | ui/keyboard/resources/layouts/numeric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698