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

Side by Side Diff: chrome/browser/resources/gesture_config.html

Issue 10532005: Initial check-in of gesture config WebUI. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Moved code under #ifdef's where required. Created 8 years, 6 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 i18n-values="dir:textdirection">
3 <html>
4 <head>
5 <meta charset="utf-8">
6 <title>Gesture Preferences</title>
7 <link rel="stylesheet" href="gesture_config.css">
8 <script src="gesture_config.js"></script>
9 </head>
10 <body>
11 <h2>Gesture Preferences</h2>
12 <hr/>
13 <form>
14 <div id="gestureForm"></div>
15 <div class="buttons-pane">
16 <button id="resetButton">Reset</button>
17 </div>
18 </form>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698