cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / net_internals / export_view.html
blob0bc8be362a9ca17ea32f57302175655e193341ad
1 <style>
3 .export-view-explanation-warning {
4 border: 2px solid #e00;
7 #export-view-privacy-warning {
8 padding: 5px;
9 color: #e00;
10 border: 1px solid #e00;
13 #export-view-save-log-file {
14 font-size: 100%;
15 font-weight: bold;
18 #export-view-user-comments {
19 max-width: 100%;
22 </style>
24 <div id=export-view-tab-content class=content-box>
25 <div>
26 <input id=export-view-privacy-stripping-checkbox type=checkbox checked=yes>
27 <label for=export-view-privacy-stripping-checkbox>
28 Strip private information (cookies and credentials).
29 </label>
30 <div id=export-view-privacy-warning style="display:none">
31 <b>WARNING</b>: Events were captured while full byte logging was enabled.
32 This means the dump may contain private information.
33 </div>
35 <div style='margin-top:10px; margin-bottom: 5px'>
36 <textarea cols=50 rows=5 placeholder="Explain what went wrong here. (These notes will be included in the dump file. Be sure to mention the specific URLs, so investigators know what to look for!)" id=export-view-user-comments></textarea>
37 </div>
38 <button id=export-view-save-log-file>Save to file</button>
40 <pre id=export-view-save-status-text></pre>
42 <div style='margin-top: 10px; margin-left: 10px;'>
43 <a href="https://sites.google.com/a/chromium.org/dev/for-testers/providing-network-details" target="_blank">
44 How to provide data for bug reports
45 </a>
46 </div>
48 </div>
50 <a style="display: none" id=export-view-download-anchor download="net-internals-log.json"></a>
52 </div>