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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/gesture_config.html
diff --git a/chrome/browser/resources/gesture_config.html b/chrome/browser/resources/gesture_config.html
new file mode 100644
index 0000000000000000000000000000000000000000..f38470c4d15d45d7ed79666f1f1998eb7d221ea2
--- /dev/null
+++ b/chrome/browser/resources/gesture_config.html
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML>
+<html i18n-values="dir:textdirection">
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Gesture Preferences</title>
+ <link rel="stylesheet" href="gesture_config.css">
+ <script src="gesture_config.js"></script>
+</head>
+<body>
+<h2>Gesture Preferences</h2>
+<hr/>
+<form>
+ <div id="gestureForm"></div>
+ <div class="buttons-pane">
+ <button id="resetButton">Reset</button>
+ </div>
+</form>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698