Index: chrome/common/url_constants.cc |
=================================================================== |
--- chrome/common/url_constants.cc (revision 50897) |
+++ chrome/common/url_constants.cc (working copy) |
@@ -51,7 +51,12 @@ |
const char kAboutPluginsURL[] = "about:plugins"; |
const char kAboutShorthangURL[] = "about:shorthang"; |
const char kAboutTermsURL[] = "about:terms"; |
+const char kAboutAboutURL[] = "about:about"; |
+const char kAboutDNSURL[] = "about:dns"; |
+const char kAboutHistogramsURL[] = "about:histograms"; |
+const char kAboutVersionURL[] = "about:version"; |
+ |
// Use an obfuscated URL to make this nondiscoverable, we only want this |
// to be used for testing. |
const char kAboutBrowserCrash[] = "about:inducebrowsercrashforrealz"; |