Index: chrome/common/url_constants.cc |
=================================================================== |
--- chrome/common/url_constants.cc (revision 51885) |
+++ chrome/common/url_constants.cc (working copy) |
@@ -37,6 +37,7 @@ |
kFileScheme, |
kFtpScheme, |
kExtensionScheme, |
+ kChromeUIScheme, |
NULL |
}; |
@@ -50,6 +51,7 @@ |
const char kAboutNetInternalsURL[] = "about:net-internals"; |
const char kAboutPluginsURL[] = "about:plugins"; |
const char kAboutShorthangURL[] = "about:shorthang"; |
+const char kAboutSystemURL[] = "about:system"; |
const char kAboutTermsURL[] = "about:terms"; |
const char kAboutAboutURL[] = "about:about"; |
const char kAboutDNSURL[] = "about:dns"; |