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

Unified Diff: chrome/common/url_constants.h

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/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 123f16e05f54a0033cff84f1d7111fcc7bf88617..8accdfe2094bf9d3fcc92375b831876759664e47 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -39,6 +39,8 @@ extern const char kChromeUIFaviconURL[];
extern const char kChromeUIFeedbackURL[];
extern const char kChromeUIFlagsURL[];
extern const char kChromeUIFlashURL[];
+extern const char kChromeUIGestureConfigURL[];
+extern const char kChromeUIGestureConfigHost[];
flackr 2012/06/06 14:50:54 The Host variables are defined in a separate block
Kevin Greer 2012/06/07 19:07:00 Moved to AURA block. On 2012/06/06 14:50:54, flack
extern const char kChromeUIHelpFrameURL[];
extern const char kChromeUIHistoryURL[];
extern const char kChromeUIHistoryFrameURL[];

Powered by Google App Engine
This is Rietveld 408576698