diff options
Diffstat (limited to 'chrome/common/url_constants.cc')
-rw-r--r-- | chrome/common/url_constants.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc index 8ef0d66..be45ba8 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) |