| Index: chrome/common/url_constants.h
|
| ===================================================================
|
| --- chrome/common/url_constants.h (revision 10437)
|
| +++ chrome/common/url_constants.h (working copy)
|
| @@ -29,6 +29,11 @@
|
|
|
| // About URLs (including schmes).
|
| extern const char kAboutBlankURL[];
|
| +extern const char kAboutCacheURL[];
|
| +extern const char kAboutCrashURL[];
|
| +extern const char kAboutHangURL[];
|
| +extern const char kAboutMemoryURL[];
|
| +extern const char kAboutShortHangURL[];
|
|
|
| } // namespace chrome
|
|
|
|
|