Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5204)

Unified Diff: chrome/browser/browser_about_handler.h

Issue 6804: Add about:terms to Chrome, and about:licence to Chromium and Chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/resources/terms/terms_zh-TW.html ('k') | chrome/browser/browser_about_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_about_handler.h
===================================================================
--- chrome/browser/browser_about_handler.h (revision 3215)
+++ chrome/browser/browser_about_handler.h (working copy)
@@ -62,6 +62,14 @@
// 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);
« no previous file with comments | « chrome/app/resources/terms/terms_zh-TW.html ('k') | chrome/browser/browser_about_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698