Commit d9d93206 authored by Eric Roman's avatar Eric Roman Committed by Commit Bot

Don't link to chrome://net-internals/ from chrome://net-export on iOS.

Bug: 779988
Change-Id: I79a8f22ac7f0eabf3efe2805ee7a19b9403b84fc
Reviewed-on: https://chromium-review.googlesource.com/747078Reviewed-by: default avatarHelen Li <xunjieli@chromium.org>
Commit-Queue: Eric Roman <eroman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#512925}
parent 83c73530
......@@ -168,9 +168,14 @@
<div class="section-container">
<!-- TODO(rayraymond): Change link to that of new standalone webapp.
See http://crbug.com/472699 -->
The log file can also be loaded using
<if expr="not is_ios">
The log file can be loaded using
<a href="chrome://net-internals#import"
target="_blank">net-internals</a>.
</if>
<if expr="is_ios">
The log file can be loaded using chrome://net-internals/ on desktop.
</if>
</div>
<div class="section-container">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment