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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <link rel="stylesheet" href="main.css">
5 <script src="common.js"></script>
6 <script src="layout_us.js"></script>
7 <script src="main.js"></script>
8 </head>
9 <body id="b">
10 <!-- This is the touch visualization overlay. Turn it off for now.
11 <div id="touches"></div>
12 -->
13 </body>
14 <!-- This is the touch visualization overlay. Turn it off for now.
15 <script src="touches.js"></script>
16 -->
17 </html>
OLDNEW
« 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