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

Side by Side Diff: chrome/browser/resources/net_internals/index.html

Issue 8741009: ONC import option to chromeos tab in chrome://net-internals (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <!-- 3 <!--
4 Copyright (c) 2011 The Chromium Authors. All rights reserved. 4 Copyright (c) 2011 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head i18n-values="dir:textdirection;"> 8 <head i18n-values="dir:textdirection;">
9 <link rel="stylesheet" href="main.css"> 9 <link rel="stylesheet" href="main.css">
10 <link rel="stylesheet" href="events_view.css"> 10 <link rel="stylesheet" href="events_view.css">
(...skipping 28 matching lines...) Expand all
39 <include src="prerender_view.html"/> 39 <include src="prerender_view.html"/>
40 <include src="service_providers_view.html"/> 40 <include src="service_providers_view.html"/>
41 <include src="import_view.html"/> 41 <include src="import_view.html"/>
42 <include src="export_view.html"/> 42 <include src="export_view.html"/>
43 <include src="capture_view.html"/> 43 <include src="capture_view.html"/>
44 <include src="test_view.html"/> 44 <include src="test_view.html"/>
45 <include src="hsts_view.html"/> 45 <include src="hsts_view.html"/>
46 <include src="events_view.html"/> 46 <include src="events_view.html"/>
47 <include src="timeline_view.html"/> 47 <include src="timeline_view.html"/>
48 <include src="logs_view.html"/> 48 <include src="logs_view.html"/>
49 <include src="chromeos_view.html"/>
49 50
50 <script src="chrome://resources/js/i18n_template.js"></script> 51 <script src="chrome://resources/js/i18n_template.js"></script>
51 <script src="chrome://resources/js/i18n_process.js"></script> 52 <script src="chrome://resources/js/i18n_process.js"></script>
52 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 53 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
53 </body> 54 </body>
54 </html> 55 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698