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

Unified Diff: chrome/browser/resources/net_internals/service-providers-view.html

Issue 7531005: Rename the net_internals file names to include hyphens. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add some missing files Created 9 years, 5 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/service-providers-view.html
===================================================================
--- chrome/browser/resources/net_internals/service-providers-view.html (revision 94551)
+++ chrome/browser/resources/net_internals/service-providers-view.html (working copy)
@@ -1,31 +0,0 @@
-<!-- Only shown on Windows -->
-<div id=serviceProvidersTabContent style="display: none;">
- <h4>Layered Service Providers</h4>
- <table class="styledTable">
- <thead>
- <tr>
- <th>Name</th>
- <th>Version</th>
- <th>Type</th>
- <th>Socket Type</th>
- <th>Protocol</th>
- <th>Path</th>
- </tr>
- </thead>
- <tbody id=serviceProvidersTbody>
- </tbody>
- </table>
- <h4>Namespace Providers</h4>
- <table class="styledTable">
- <thead>
- <tr>
- <th>Name</th>
- <th>Version</th>
- <th>Namespace</th>
- <th>Active</th>
- </tr>
- </thead>
- <tbody id=namespaceProvidersTbody>
- </tbody>
- </table>
-</div>

Powered by Google App Engine
This is Rietveld 408576698