Index: net/url_request/url_request_view_net_internal_job.cc |
=================================================================== |
--- net/url_request/url_request_view_net_internal_job.cc (revision 25584) |
+++ net/url_request/url_request_view_net_internal_job.cc (working copy) |
@@ -375,7 +375,10 @@ |
".subsection_title { font-weight: bold; }\n" |
".subsection_name { font-size: 80%; }\n" |
"</style>" |
- "</head><body>"); |
+ "</head><body>" |
+ "<p><a href='http://sites.google.com/a/chromium.org/dev/" |
+ "developers/design-documents/view-net-internal'>" |
+ "Help: how do I use this?</a></p>"); |
SubSection* all = Singleton<AllSubSections>::get(); |
SubSection* section = all; |