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

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

Issue 13147004: NOT FOR COMMIT: Revive the old virtual keyboard extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove accidentally included kChromeUIKeyboardHost Created 7 years, 9 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/virtual_keyboard/index.html
diff --git a/chrome/browser/resources/virtual_keyboard/index.html b/chrome/browser/resources/virtual_keyboard/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..d61572d2ae694729a563de2cc8893737a456cba5
--- /dev/null
+++ b/chrome/browser/resources/virtual_keyboard/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <link rel="stylesheet" href="main.css">
+ <script src="common.js"></script>
+ <script src="layout_us.js"></script>
+ <script src="main.js"></script>
+ </head>
+ <body id="b">
+ <!-- This is the touch visualization overlay. Turn it off for now.
+ <div id="touches"></div>
+ -->
+ </body>
+ <!-- This is the touch visualization overlay. Turn it off for now.
+ <script src="touches.js"></script>
+ -->
+</html>
« no previous file with comments | « chrome/browser/resources/virtual_keyboard/images/tab.svg ('k') | chrome/browser/resources/virtual_keyboard/layout_us.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698