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

Unified Diff: chrome/common/url_constants.h

Issue 2943093002: Add internals page for DICE (Closed)
Patch Set: Fix compile error Created 3 years, 6 months 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/browser/ui/webui/signin/signin_dice_internals_ui.cc ('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 c6221cf34fb0bf4c64d83a0e3a76acc9c6e1b87c..17e539bbb4c1471fa8854f41aa34b3dcab8dab2a 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -146,7 +146,6 @@ extern const char kChromeUICastURL[];
#endif
#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
-extern const char kChromeUIDiscardsHost[];
extern const char kChromeUIDiscardsURL[];
#endif
@@ -258,6 +257,11 @@ extern const char kChromeUIWorkersHost[];
extern const char kChromeUIPrintHost[];
#endif // ENABLE_PRINT_PREVIEW
+#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
+extern const char kChromeUISigninDiceInternalsHost[];
+extern const char kChromeUIDiscardsHost[];
+#endif
+
#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
extern const char kChromeUILinuxProxyConfigHost[];
#endif
« no previous file with comments | « chrome/browser/ui/webui/signin/signin_dice_internals_ui.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698