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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!-- Only shown on Windows -->
2 <div id=serviceProvidersTabContent style="display: none;">
3 <h4>Layered Service Providers</h4>
4 <table class="styledTable">
5 <thead>
6 <tr>
7 <th>Name</th>
8 <th>Version</th>
9 <th>Type</th>
10 <th>Socket Type</th>
11 <th>Protocol</th>
12 <th>Path</th>
13 </tr>
14 </thead>
15 <tbody id=serviceProvidersTbody>
16 </tbody>
17 </table>
18 <h4>Namespace Providers</h4>
19 <table class="styledTable">
20 <thead>
21 <tr>
22 <th>Name</th>
23 <th>Version</th>
24 <th>Namespace</th>
25 <th>Active</th>
26 </tr>
27 </thead>
28 <tbody id=namespaceProvidersTbody>
29 </tbody>
30 </table>
31 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698