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

Side by Side Diff: ui/keyboard/resources/index.html

Issue 14161009: WebUIHandler for chrome://keyboard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license headers Created 7 years, 8 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
« no previous file with comments | « ui/keyboard/resources/common.js ('k') | ui/keyboard/resources/send_key_event.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="stylesheet" href="main.css"> 4 <link rel="stylesheet" href="main.css">
5 <script src="send_key_event.js"></script>
5 <script src="common.js"></script> 6 <script src="common.js"></script>
6 <script src="layout_us.js"></script> 7 <script src="layout_us.js"></script>
7 <script src="main.js"></script> 8 <script src="main.js"></script>
8 </head> 9 </head>
9 <body id="b"></body> 10 <body id="b"></body>
10 </html> 11 </html>
OLDNEW
« no previous file with comments | « ui/keyboard/resources/common.js ('k') | ui/keyboard/resources/send_key_event.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698