Chromium Code Reviews| 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) |