| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index d73c65a043faacb568637a2cd4f14658c9ee3a08..0a1f1faf2d0fbafa994bf0075f05a37289540736 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -102,7 +102,7 @@ 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 kChromeUITabModalDialogURL[] = "chrome://tab-modal-dialog/";
|
| #endif
|
|
|
| #if defined(USE_AURA)
|
| @@ -230,7 +230,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 kChromeUITabModalDialogHost[] = "tab-modal-dialog";
|
| #endif
|
|
|
| #if defined(USE_AURA)
|
|
|