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

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: Adding the chrome://snippets-internals page in the auto-suggest list. 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
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index b7f59c4e6ce1e82ad34409edd0f0e3a3436e8db9..e38fcc86dd01c369ec28d2afe9a29fb2f32dd66d 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)
@@ -652,6 +653,7 @@ const char* const kChromeHostURLs[] = {
#if defined(OS_ANDROID)
kChromeUINetExportHost,
kChromeUIPopularSitesInternalsHost,
+ kChromeUISnippetsInternalsHost,
#else // non-mobile
kChromeUICopresenceHost,
#endif

Powered by Google App Engine
This is Rietveld 408576698