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

Unified Diff: chrome/common/url_constants.h

Issue 2629573004: Add a chrome://webapks page. (Closed)
Patch Set: Adds an about:webapks page with information about all installed Web APKs on the device 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.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index d5d54031b0cf88d148a5f78496d4689d51248599..1cbaf2fc68dd1c7fd399508919fd850835c7c6bf 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -101,6 +101,7 @@ extern const char kChromeUINativeBookmarksURL[];
extern const char kChromeUINativeHistoryURL[];
extern const char kChromeUINativePhysicalWebDiagnosticsURL[];
extern const char kChromeUINativeRecentTabsURL[];
+extern const char kChromeUIWebApksURL[];
#endif // defined(OS_ANDROID)
#if defined(OS_CHROMEOS)
@@ -266,6 +267,7 @@ extern const char kChromeUIOfflineInternalsURL[];
extern const char kChromeUIPhysicalWebDiagnosticsHost[];
extern const char kChromeUIPopularSitesInternalsHost[];
extern const char kChromeUISnippetsInternalsHost[];
+extern const char kChromeUIWebApksHost[];
#endif
#if defined(ENABLE_VR_SHELL) || defined(ENABLE_WEBVR)

Powered by Google App Engine
This is Rietveld 408576698