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

Unified Diff: chrome/common/url_constants.cc

Issue 1883523002: chrome://snippets-internals page for debugging NTP snippets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implementing last suggestions from Bernhard Created 4 years, 8 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/common/url_constants.h ('k') | components/ntp_snippets/ntp_snippets_service.h » ('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 545a59cff454fbb0cce06ec92416e5b616358cba..4464a9298fd1ad4d9ccd7db3dbc7e1bfb4672702 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -268,6 +268,7 @@ const char kChromeUISandboxHost[] = "sandbox";
const char kChromeUIContextualSearchPromoHost[] = "contextual-search-promo";
const char kChromeUIPhysicalWebHost[] = "physical-web";
const char kChromeUIPopularSitesInternalsHost[] = "popular-sites-internals";
+const char kChromeUISnippetsInternalsHost[] = "snippets-internals";
#endif
#if defined(OS_CHROMEOS)
@@ -655,6 +656,7 @@ const char* const kChromeHostURLs[] = {
#if defined(OS_ANDROID)
kChromeUINetExportHost,
kChromeUIPopularSitesInternalsHost,
+ kChromeUISnippetsInternalsHost,
#else // non-mobile
kChromeUICopresenceHost,
#endif
« no previous file with comments | « chrome/common/url_constants.h ('k') | components/ntp_snippets/ntp_snippets_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698