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

Unified Diff: chrome/common/url_constants.cc

Issue 1826153002: Add supervised-user-internals and popular-sites-internals to chrome://about (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | 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 59dc013fc4c206a11b63ae5ecfab70e84fa9accf..b7f59c4e6ce1e82ad34409edd0f0e3a3436e8db9 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -614,6 +614,7 @@ const char* const kChromeHostURLs[] = {
kChromeUIProfilerHost,
kChromeUISignInInternalsHost,
kChromeUISuggestionsHost,
+ kChromeUISupervisedUserInternalsHost,
kChromeUISyncInternalsHost,
kChromeUITermsHost,
kChromeUIThumbnailListHost,
@@ -650,6 +651,7 @@ const char* const kChromeHostURLs[] = {
#endif
#if defined(OS_ANDROID)
kChromeUINetExportHost,
+ kChromeUIPopularSitesInternalsHost,
#else // non-mobile
kChromeUICopresenceHost,
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698