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

Unified Diff: chrome/common/url_constants.cc

Issue 2003883002: [Offline pages] Create offline internals page for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 4464a9298fd1ad4d9ccd7db3dbc7e1bfb4672702..5623085c82a03bbd66b932a3faa39c3ccb4d6bf7 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -137,6 +137,7 @@ const char kChromeUITabModalConfirmDialogURL[] =
#if !defined(OS_ANDROID)
const char kChromeUICopresenceURL[] = "chrome://copresence/";
+const char kChromeUIOfflineInternalsURL[] = "chrome://offline-internals";
#endif
#if defined(ENABLE_WEBRTC)
@@ -266,6 +267,7 @@ const char kChromeUISandboxHost[] = "sandbox";
#if defined(OS_ANDROID)
const char kChromeUIContextualSearchPromoHost[] = "contextual-search-promo";
+const char kChromeUIOfflineInternalsHost[] = "offline-internals";
const char kChromeUIPhysicalWebHost[] = "physical-web";
const char kChromeUIPopularSitesInternalsHost[] = "popular-sites-internals";
const char kChromeUISnippetsInternalsHost[] = "snippets-internals";

Powered by Google App Engine
This is Rietveld 408576698