Index: chrome/common/url_constants.cc |
=================================================================== |
--- chrome/common/url_constants.cc (revision 26082) |
+++ chrome/common/url_constants.cc (working copy) |
@@ -30,9 +30,11 @@ |
const char kAboutCacheURL[] = "about:cache"; |
const char kAboutNetInternalURL[] = "about:net-internal"; |
const char kAboutCrashURL[] = "about:crash"; |
+const char kAboutCreditsURL[] = "about:credits"; |
const char kAboutHangURL[] = "about:hang"; |
const char kAboutMemoryURL[] = "about:memory"; |
const char kAboutShorthangURL[] = "about:shorthang"; |
+const char kAboutTermsURL[] = "about:terms"; |
// Use an obfuscated URL to make this nondiscoverable, we only want this |
// to be used for testing. |