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

Unified Diff: chrome/common/url_constants.cc

Issue 2629573004: Add a chrome://webapks page. (Closed)
Patch Set: Makes the listWebApks method receive a callback on the Java side Created 3 years, 11 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 2f6623af4ff5e302d17c6a503db1e17912a4f18c..ddc4b67695f292303ed7884f9bde5c1520ef23ed 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -112,6 +112,7 @@ const char kChromeUINativeBookmarksURL[] = "chrome-native://bookmarks/";
const char kChromeUINativePhysicalWebDiagnosticsURL[] =
"chrome-native://physical-web-diagnostics/";
const char kChromeUINativeRecentTabsURL[] = "chrome-native://recent-tabs/";
+const char kChromeUIWebApksURL[] = "chrome://webapks/";
#endif
#if defined(OS_CHROMEOS)
@@ -288,6 +289,7 @@ const char kChromeUIOfflineInternalsHost[] = "offline-internals";
const char kChromeUIPhysicalWebDiagnosticsHost[] = "physical-web-diagnostics";
const char kChromeUIPopularSitesInternalsHost[] = "popular-sites-internals";
const char kChromeUISnippetsInternalsHost[] = "snippets-internals";
+const char kChromeUIWebApksHost[] = "webapks";
#endif
#if defined(ENABLE_VR_SHELL) || defined(ENABLE_WEBVR)
@@ -692,6 +694,7 @@ const char* const kChromeHostURLs[] = {
kChromeUIOfflineInternalsHost,
kChromeUIPopularSitesInternalsHost,
kChromeUISnippetsInternalsHost,
+ kChromeUIWebApksHost,
#endif
#if defined(OS_CHROMEOS)
kChromeUICertificateManagerHost,

Powered by Google App Engine
This is Rietveld 408576698