| 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);
|
|
|