diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-26 02:06:02 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-26 02:06:02 +0000 |
commit | 03fc700b3d295c057535b9e42c53c83df4409fb9 (patch) | |
tree | 1868e6e80d78fe08a3980c431d1fad5f282a6149 /chrome/common/url_constants.h | |
parent | 56ba1c2f48dab0e3069108692352339ae99b11e0 (diff) | |
download | chromium_src-03fc700b3d295c057535b9e42c53c83df4409fb9.zip chromium_src-03fc700b3d295c057535b9e42c53c83df4409fb9.tar.gz chromium_src-03fc700b3d295c057535b9e42c53c83df4409fb9.tar.bz2 |
Revert 50917 - Added an about:about page (continuation)
continued from http://codereview.chromium.org/2754002/show
changelist disappeared after machine swap.
Added a new page, about:about (or chrome://about/about)
Includes a list of most of the about:* pages (eg. Left out about:inducebrowsercrashforrealz)
Page is constructed within browser_about_handler.cc
BUG=44699
TEST=Go to about:about, and see if About page loads. Check if links work.
Review URL: http://codereview.chromium.org/2799038
TBR=hinoka@chromium.org
Review URL: http://codereview.chromium.org/2813037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50922 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/url_constants.h')
-rw-r--r-- | chrome/common/url_constants.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h index 1972fce..b83c928 100644 --- a/chrome/common/url_constants.h +++ b/chrome/common/url_constants.h @@ -46,10 +46,6 @@ extern const char kAboutMemoryURL[]; extern const char kAboutPluginsURL[]; extern const char kAboutShorthangURL[]; extern const char kAboutTermsURL[]; -extern const char kAboutAboutURL[]; -extern const char kAboutDNSURL[]; -extern const char kAboutHistogramsURL[]; -extern const char kAboutVersionURL[]; // chrome: URLs (including schemes). Should be kept in sync with the // components below. |