summaryrefslogtreecommitdiffstats
path: root/chrome/common/url_constants.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-04 00:08:25 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-04 00:08:25 +0000
commitd39f70b3dd4da33c1626d8302301d97523e8f787 (patch)
tree4225385322947f9c801eb8cbc368b48f6f85a73a /chrome/common/url_constants.cc
parentab0c8dfe3950f3ebefa01fa6e3bf5253d25cc5c7 (diff)
downloadchromium_src-d39f70b3dd4da33c1626d8302301d97523e8f787.zip
chromium_src-d39f70b3dd4da33c1626d8302301d97523e8f787.tar.gz
chromium_src-d39f70b3dd4da33c1626d8302301d97523e8f787.tar.bz2
Remove IDS_CHROMIUM_PROJECT_URL from locale_settings.grd
BUG=28174 TEST=manual Review URL: http://codereview.chromium.org/6063007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70404 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 cd50647..fec86d0 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -211,6 +211,8 @@ const char kPrivacyLearnMoreURL[] =
"http://www.google.com/support/chrome/bin/answer.py?answer=114836";
#endif
+const char kChromiumProjectURL[] = "http://code.google.com/chromium/";
+
void RegisterChromeSchemes() {
// Don't need "chrome-internal" which was used in old versions of Chrome for
// the new tab page.