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

Unified Diff: chrome/common/url_constants.h

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/render_messages.h ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698