summaryrefslogtreecommitdiffstats
path: root/chrome/common/url_constants.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-15 21:06:25 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-15 21:06:25 +0000
commite0d481585dfab19c0b01b7518080164fa001d54c (patch)
treeac4b3d806f6917093c8d1f6319d25381934d7211 /chrome/common/url_constants.cc
parenta4c1eb2d00a9c66b4fc809916081cc727c998414 (diff)
downloadchromium_src-e0d481585dfab19c0b01b7518080164fa001d54c.zip
chromium_src-e0d481585dfab19c0b01b7518080164fa001d54c.tar.gz
chromium_src-e0d481585dfab19c0b01b7518080164fa001d54c.tar.bz2
Replace a bunch of hardcoded URLs with constants from url_constants.h
TEST=none BUG=none Review URL: http://codereview.chromium.org/193092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26263 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/url_constants.cc')
-rw-r--r--chrome/common/url_constants.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index aad1747..9da39eb 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -28,9 +28,11 @@ const char kAboutBlankURL[] = "about:blank";
const char kAboutCacheURL[] = "about:cache";
const char kAboutNetInternalsURL[] = "about:net-internals";
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.