Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(342)

Side by Side Diff: chrome/browser/resources/net_internals/export_view.html

Issue 13932041: Remove the local help content for about:net-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: entaro adun tassadar Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/help.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <style> 1 <style>
2 2
3 .export-view-explanation-warning { 3 .export-view-explanation-warning {
4 border: 2px solid red; 4 border: 2px solid red;
5 } 5 }
6 6
7 #export-view-privacy-warning { 7 #export-view-privacy-warning {
8 padding: 5px; 8 padding: 5px;
9 color: red; 9 color: red;
10 border: 1px solid red; 10 border: 1px solid red;
(...skipping 27 matching lines...) Expand all
38 <div> 38 <div>
39 <button id=export-view-save-log-file>Dump to file</button> 39 <button id=export-view-save-log-file>Dump to file</button>
40 </div> 40 </div>
41 <pre id=export-view-save-status-text></pre> 41 <pre id=export-view-save-status-text></pre>
42 42
43 <ul> 43 <ul>
44 <li><b>IMPORTANT</b>: First reproduce the problem while in recording mode. </li> 44 <li><b>IMPORTANT</b>: First reproduce the problem while in recording mode. </li>
45 </ul> 45 </ul>
46 <p> 46 <p>
47 For more information see: 47 For more information see:
48 <a href="chrome://net-internals/help.html" target="_blank"> 48 <a href="https://sites.google.com/a/chromium.org/dev/for-testers/providing -network-details" target="_blank">
49 How to get data for bug reports? 49 Providing network details for bug reports
50 </a> 50 </a>
51 </p> 51 </p>
52 </div> 52 </div>
53 53
54 <a style="display: none" id=export-view-download-anchor download="net-internal s-log.json"></a> 54 <a style="display: none" id=export-view-download-anchor download="net-internal s-log.json"></a>
55 55
56 </div> 56 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/help.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698