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

Unified Diff: chrome/browser/resources/net_internals/help.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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/net_internals/help.html
diff --git a/chrome/browser/resources/net_internals/help.html b/chrome/browser/resources/net_internals/help.html
deleted file mode 100644
index 86439e52dfb40b7738032d097ac1de2b690f0d4a..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/net_internals/help.html
+++ /dev/null
@@ -1,56 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
--->
-<body>
-<div id=howtoDumpForBugsHelpContent>
-<h2>How to get data for bug reports</h2>
-
-<ol>
-<li>Start a new instance of Chrome.</li>
-<li>Create a new tab and go to chrome://net-internals</li>
-<li>Reproduce the network problem in another tab.
-It is important to do this only after opening net-internals.</li>
-<li>Click the <i>Dump to file</i> button in the <i>Export</i>
-section of the chrome://net-internals tab.</li>
-
-<li>The log file will act like a normal download.</li>
-
-<li>Email this log file to the bug investigator,
- <b>along with an explanation of what went wrong, including any relevant
- URLs.</b>
- You may want to compress the file before sending, as the log files can be
- fairly large but compress well.
-</li>
-
-</ol>
-
-
-The network log <b>may contain personally identifying information</b> like
- IP addresses, URLs, and cookies.
-<ul>
-<li>You can edit the log to obscure information if you like, but sometimes it
- is relevant to the bug. If you choose do this, please make sure you can still
- load the log file.</li>
-<li>If you choose not to have cookies removed from the log, you must toggle
- the checkbox before clicking the button.</li>
-</ul>
-
-<h2>How it works</h2>
-
-<ul>
- <li>While the net-internals page is open, it will capture the network events
- that are happening in Chrome. You can view that in real-time by going to
- the <i>Events</i> tab.</li>
- <li>Once you close the net-internals window, the data it had captured will be
- discarded.</li>
-</ul>
-
-<button id="popup-close-button">Close this popup</button>
-</div>
-<script src="chrome://resources/js/util.js"></script>
-<script src="chrome://net-internals/help.js"></script>
-</body>
-</html>
« no previous file with comments | « chrome/browser/resources/net_internals/export_view.html ('k') | chrome/browser/resources/net_internals/help.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698