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

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: 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..8f44e563459f943601875ef3442be0f56748209e 100644
--- a/chrome/browser/resources/net_internals/export_view.html
+++ b/chrome/browser/resources/net_internals/export_view.html
@@ -18,7 +18,24 @@
</style>
<div id=export-view-tab-content class=content-box>
- <div>
+ <div id=export-view-deprecated-notice>
+ <b>NOTICE</b>: chrome://net-internals is being deprecated.
eroman 2017/02/28 00:24:40 How about simplifying the text to just talk about
wangyix1 2017/02/28 01:49:14 Done.
+ <p>
+ To generate net logs, please use
+ <a href="chrome://net-export" target="_self">chrome://net-export</a>.
+ </p>
+ <p>
+ To import and view net logs, please use
+ <a href="https://github.com/catapult-project/catapult/tree/master/netlog_viewer" target="_blank">Catapult netlog-viewer</a>.
+ </p>
+ <p>
+ To continue using the deprecated export tab anyway, click the button below.
+ </p>
+ <button id=export-view-show-deprecated-ui>Show export 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 +57,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