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

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: Removed debugging code and added comments. 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..7cf7b2d04b6fafb2f823fe6360a97cfd13f542f1
--- /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 Configuration</title>
+ <link rel="stylesheet" href="gesture_config.css">
+<!-- <script src="chrome://resources/js/cr.js"></script> -->
flackr 2012/06/06 14:50:54 Unnecessary I assume?
Kevin Greer 2012/06/06 20:26:20 Removed. On 2012/06/06 14:50:54, flackr wrote:
+ <script src="gesture_config.js"></script>
+</head>
+<body>
+<form>
+<h2>Gesture Preferences</h2>
+<div id="gestureForm"></div>
+<div class="buttons-pane">
+ <button id="updateButton">Update</button><button id="resetButton">Reset</button>
+</div>
+</form>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698