| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 123f16e05f54a0033cff84f1d7111fcc7bf88617..f69a3144d2a28b10ed24b8106357ec18d5a07eb4 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -100,6 +100,11 @@ extern const char kChromeUITransparencyURL[];
|
| extern const char kChromeUIFileManagerURL[];
|
| #endif
|
|
|
| +#if defined(USE_AURA)
|
| +extern const char kChromeUIGestureConfigURL[];
|
| +extern const char kChromeUIGestureConfigHost[];
|
| +#endif
|
| +
|
| #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
|
| extern const char kChromeUICollectedCookiesURL[];
|
| extern const char kChromeUIHttpAuthURL[];
|
|
|