diff options
author | glen@google.com <glen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 20:16:55 +0000 |
---|---|---|
committer | glen@google.com <glen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 20:16:55 +0000 |
commit | ac4765f1a6e44001a0748ab6771e0018365805d0 (patch) | |
tree | 8e0138e8da8f518226a2ba7b9078f31d759e0ed9 /chrome/browser/browser_about_handler.h | |
parent | f7df2d168b36ac6287cbfa1ee40a95174096ee8f (diff) | |
download | chromium_src-ac4765f1a6e44001a0748ab6771e0018365805d0.zip chromium_src-ac4765f1a6e44001a0748ab6771e0018365805d0.tar.gz chromium_src-ac4765f1a6e44001a0748ab6771e0018365805d0.tar.bz2 |
Add about:terms to Chrome, and about:licenses to Chromium and Chrome.
Review URL: http://codereview.chromium.org/6804
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3239 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_about_handler.h')
-rw-r--r-- | chrome/browser/browser_about_handler.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/browser/browser_about_handler.h b/chrome/browser/browser_about_handler.h index 66c6cb5..8e6cf76 100644 --- a/chrome/browser/browser_about_handler.h +++ b/chrome/browser/browser_about_handler.h @@ -62,6 +62,14 @@ class BrowserAboutHandler : public WebContents { // Renders a special page for about:stats. static std::string AboutStats(); + // Renders a special page for "about:credits" which displays our + // acknowledgements and legal information for code we depend on. + static std::string AboutCredits(); + + // Renders a special page for "about:terms" which displays our + // terms and conditions. + static std::string AboutTerms(); + // Renders a special page for about:memory which displays // information about current state. static void AboutMemory(AboutSource*, int request_id); |