| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index afe1480d9842b0c1c09b56ebec7825659e050a06..9c0665ef57e815c3e8212f68c0394619925e7cf1 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -96,7 +96,7 @@ extern const char kChromeUIFileManagerURL[];
|
| #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
|
| extern const char kChromeUICollectedCookiesURL[];
|
| extern const char kChromeUIHttpAuthURL[];
|
| -extern const char kChromeUIRepostFormWarningURL[];
|
| +extern const char kChromeUITabModalDialogURL[];
|
| #endif
|
|
|
| #if defined(USE_AURA)
|
| @@ -222,7 +222,7 @@ extern const char kChromeUIFileManagerHost[];
|
| #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
|
| extern const char kChromeUICollectedCookiesHost[];
|
| extern const char kChromeUIHttpAuthHost[];
|
| -extern const char kChromeUIRepostFormWarningHost[];
|
| +extern const char kChromeUITabModalDialogHost[];
|
| #endif
|
|
|
| #if defined(USE_AURA)
|
|
|