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

Unified Diff: chrome/common/url_constants.cc

Issue 2038963002: [Offline Pages] Link the internals page with the offline model and request (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try to fix patch dependency #2 Created 4 years, 6 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 d6a162a54c36069800da99786c9a36a3bb2cec80..89b1cbd8119584e0fb237d7a8c3d9cb6dcbb762d 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -138,6 +138,7 @@ const char kChromeUITabModalConfirmDialogURL[] =
#if !defined(OS_ANDROID)
const char kChromeUICopresenceURL[] = "chrome://copresence/";
+const char kChromeUIOfflineInternalsURL[] = "chrome://offline-internals";
dewittj 2016/06/03 23:12:06 Is this a merge error? I would think this would a
chili 2016/06/09 22:29:16 Yes. Merge error
#endif
#if defined(ENABLE_WEBRTC)

Powered by Google App Engine
This is Rietveld 408576698