summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-08 23:50:27 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-08 23:50:27 +0000
commit2f66ed584522a2383f0f7193b264b3da7928eb82 (patch)
treedeb6af89c1344ae93af9f79a03e58c608236c48f /net
parent31c8bca422ad6bdfc2681a14cdfeaaf65c3c7dbe (diff)
downloadchromium_src-2f66ed584522a2383f0f7193b264b3da7928eb82.zip
chromium_src-2f66ed584522a2383f0f7193b264b3da7928eb82.tar.gz
chromium_src-2f66ed584522a2383f0f7193b264b3da7928eb82.tar.bz2
Add an href to help page for view-net-internal.
BUG=http://crbug.com/14478 Review URL: http://codereview.chromium.org/196050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25684 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/url_request/url_request_view_net_internal_job.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/url_request/url_request_view_net_internal_job.cc b/net/url_request/url_request_view_net_internal_job.cc
index f91fa9a..51fd0aa 100644
--- a/net/url_request/url_request_view_net_internal_job.cc
+++ b/net/url_request/url_request_view_net_internal_job.cc
@@ -375,7 +375,10 @@ bool URLRequestViewNetInternalJob::GetData(std::string* mime_type,
".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;