| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 8ef0d66bcf63095bcfd54a2c8a68036cb14b4b3e..be45ba8f0b110e27c2b4d80d6cd9038a79e9a029 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -106,7 +106,8 @@ const char kChromeUIFileManagerURL[] = "chrome://files/";
|
| #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
|
| const char kChromeUICollectedCookiesURL[] = "chrome://collected-cookies/";
|
| const char kChromeUIHttpAuthURL[] = "chrome://http-auth/";
|
| -const char kChromeUIRepostFormWarningURL[] = "chrome://repost-form-warning/";
|
| +const char kChromeUITabModalConfirmDialogURL[] =
|
| + "chrome://tab-modal-confirm-dialog/";
|
| #endif
|
|
|
| #if defined(USE_AURA)
|
| @@ -237,7 +238,7 @@ const char kChromeUIFileManagerHost[] = "files";
|
| #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
|
| const char kChromeUICollectedCookiesHost[] = "collected-cookies";
|
| const char kChromeUIHttpAuthHost[] = "http-auth";
|
| -const char kChromeUIRepostFormWarningHost[] = "repost-form-warning";
|
| +const char kChromeUITabModalConfirmDialogHost[] = "tab-modal-confirm-dialog";
|
| #endif
|
|
|
| #if defined(USE_AURA)
|
|
|