| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 9c6e2b13077d3cf35703d51cbd6b6888ea42cca6..aee1e9d2df4c39b393da753ceca55d313f1b56a9 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -91,7 +91,7 @@ extern const char kChromeUIUserImageURL[];
|
| extern const char kChromeUIFileManagerURL[];
|
| #endif
|
|
|
| -#if defined(OS_CHROMEOS) || defined(TOUCH_UI)
|
| +#if defined(OS_CHROMEOS) || defined(TOUCH_UI) || defined(USE_AURA)
|
| extern const char kChromeUICollectedCookiesURL[];
|
| extern const char kChromeUIHttpAuthURL[];
|
| extern const char kChromeUIRepostFormWarningURL[];
|
| @@ -212,7 +212,7 @@ extern const char kOemEulaURLPath[];
|
| extern const char kChromeUIFileManagerHost[];
|
| #endif
|
|
|
| -#if defined(OS_CHROMEOS) || defined(TOUCH_UI)
|
| +#if defined(OS_CHROMEOS) || defined(TOUCH_UI) || defined(USE_AURA)
|
| extern const char kChromeUICollectedCookiesHost[];
|
| extern const char kChromeUIHttpAuthHost[];
|
| extern const char kChromeUIRepostFormWarningHost[];
|
|
|