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

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

Issue 10399046: Remove virtual keyboard support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final rebase 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 | « chrome/browser/resources/keyboard/ime.js ('k') | chrome/browser/resources/keyboard/keyboard.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/keyboard/index.html
diff --git a/chrome/browser/resources/keyboard/index.html b/chrome/browser/resources/keyboard/index.html
deleted file mode 100644
index f4cc4e0aa36659c81db781e1b0f1a027a071705e..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/keyboard/index.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE HTML>
-<html>
- <head>
- <link rel="stylesheet" href="main.css">
- <script src="chrome://resources/js/cr.js"></script>
- <script src="chrome://resources/js/cr/ui.js"></script>
- <script src="ime.js"></script>
- <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="main.js"></script>
- </head>
- <body id="b"></body>
-</html>
« no previous file with comments | « chrome/browser/resources/keyboard/ime.js ('k') | chrome/browser/resources/keyboard/keyboard.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698