Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: chrome/common/url_constants.cc

Issue 8851007: WIP / Do not commit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/url_constants.h ('k') | chrome/default_plugin/default_plugin.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/common/url_constants.h ('k') | chrome/default_plugin/default_plugin.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698