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

Unified Diff: chrome/browser/resources/net_internals/export_view.html

Issue 2722483004: Replace net-internals/export tab with deprecation msg and button to show old UI. (Closed)
Patch Set: Rebase Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/export_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/export_view.html
diff --git a/chrome/browser/resources/net_internals/export_view.html b/chrome/browser/resources/net_internals/export_view.html
index 92dc0818a9bc46bedc175102afc7db6ddd8e2237..876477a160e460b1abcc7c1dc318cc889f3f4d28 100644
--- a/chrome/browser/resources/net_internals/export_view.html
+++ b/chrome/browser/resources/net_internals/export_view.html
@@ -18,7 +18,16 @@
</style>
<div id=export-view-tab-content class=content-box>
- <div>
+ <div id=export-view-deprecated-notice>
+ <b>WARNING</b>: chrome://net-internals is being deprecated for exporting log files (<a href="https://bugs.chromium.org/p/chromium/issues/detail?id=678386" target="_blank">crbug.com/678386</a>).
+ <p>
+ Use <a href="chrome://net-export" target="_blank">chrome://net-export</a> instead.
+ </p>
+ <button id=export-view-show-deprecated-ui>Show deprecated UI</button>
+
+ </div>
+
+ <div style="display: none" id=export-view-ui-deprecated>
<input id=export-view-privacy-stripping-checkbox type=checkbox checked=yes>
<label for=export-view-privacy-stripping-checkbox>
Strip private information (cookies and credentials).
@@ -40,7 +49,7 @@
How to provide data for bug reports
</a>
</div>
-
+
</div>
<a style="display: none" id=export-view-download-anchor download="net-internals-log.json"></a>
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/export_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698