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

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
1 <!-- Only shown on Windows --> 1 <!-- Only shown on Windows -->
2 <div id=serviceProvidersTabContent style="display: none;"> 2 <div id=serviceProvidersTabContent style="display: none;">
3 <h4>Layered Service Providers</h4> 3 <h4>Layered Service Providers</h4>
4 <table class="styledTable"> 4 <table class="styledTable">
5 <thead> 5 <thead>
6 <tr> 6 <tr>
7 <th>Name</th> 7 <th>Name</th>
8 <th>Version</th> 8 <th>Version</th>
9 <th>Type</th> 9 <th>Type</th>
10 <th>Socket Type</th> 10 <th>Socket Type</th>
(...skipping 11 matching lines...) Expand all
22 <th>Name</th> 22 <th>Name</th>
23 <th>Version</th> 23 <th>Version</th>
24 <th>Namespace</th> 24 <th>Namespace</th>
25 <th>Active</th> 25 <th>Active</th>
26 </tr> 26 </tr>
27 </thead> 27 </thead>
28 <tbody id=namespaceProvidersTbody> 28 <tbody id=namespaceProvidersTbody>
29 </tbody> 29 </tbody>
30 </table> 30 </table>
31 </div> 31 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698