Skip to content

Commit

Permalink
Link directly to published NetLog viewer rather than its project page
Browse files Browse the repository at this point in the history
Bug: 1069750
Change-Id: Ic239766478e1e0086f76f9361e4cb59658d50342
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2242221
Reviewed-by: Matt Mueller <mattm@chromium.org>
Commit-Queue: Eric Roman <eroman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#777900}
  • Loading branch information
Eric Roman authored and Commit Bot committed Jun 12, 2020
1 parent 32890c6 commit 334b66d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chrome/browser/resources/net_internals/events_view.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- ================= Events view =================== -->
<div id=events-view-tab-content class=content-box>
The net-internals events viewer and related functionality has been removed.
Please use <a href="chrome://net-export">chrome://net-export</a> to save netlogs and the external <a href="https://chromium.googlesource.com/catapult/+/master/netlog_viewer/">catapult netlog_viewer</a> to view them.
Please use <a href="chrome://net-export">chrome://net-export</a> to save netlogs and the external <a href="https://netlog-viewer.appspot.com/">netlog_viewer</a> to view them.
</div>

2 changes: 1 addition & 1 deletion components/net_log/resources/net_export.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h2>Log file written</h2>

<div class="section-container">
The log file can be loaded using the
<a href="https://chromium.googlesource.com/catapult/+/master/netlog_viewer/"
<a href="https://netlog-viewer.appspot.com/"
target="_blank">netlog_viewer</a>.
</div>

Expand Down
7 changes: 3 additions & 4 deletions net/docs/net-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ That said, changing core events may have consequences for external consumers of
NetLogs, which rely on the structure and parameters to events for pretty
printing and log analysis.

The [NetLog
viewer](https://chromium.googlesource.com/catapult/+/master/netlog_viewer/) for
instance pretty prints certain parameters based on their names, and the event
name that added them.
The [NetLog viewer](https://netlog-viewer.appspot.com/) for instance pretty
prints certain parameters based on their names, and the event name that added
them.

### Example 1

Expand Down

0 comments on commit 334b66d

Please sign in to comment.