Index: chrome/browser/resources/net_internals/mobile.html |
=================================================================== |
--- chrome/browser/resources/net_internals/mobile.html (revision 0) |
+++ chrome/browser/resources/net_internals/mobile.html (revision 0) |
@@ -0,0 +1,30 @@ |
+<!DOCTYPE HTML> |
+<html i18n-values=".style.fontFamily: fontfamily;"> |
+<!-- |
+Copyright (c) 2013 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. |
+--> |
+ <head> |
+ <!-- Don't use automatic scaling on mobile --> |
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, |
+ maximum-scale=1.0, user-scalable=no"> |
+ <link rel="stylesheet" href="main.css"> |
+ <link rel="stylesheet" href="status_view.css"> |
+ <link rel="stylesheet" href="logs_view.css"> |
+ <link rel="stylesheet" href="tab_switcher_view.css"> |
mmenke
2013/01/04 16:22:09
To reduce redistributable size, we should be putti
|
+ <script src="chrome://resources/js/util.js"></script> |
+ <script src="chrome://resources/js/cr.js"></script> |
+ <script src="chrome://net-internals/mobile.js"></script> |
mmenke
2013/01/04 16:22:09
Looks like you updated net_internals_resources.grd
|
+ <script src="chrome://net-internals/strings.js"></script> |
+ </head> |
+ <body id=import-view-drop-target> |
+ <include src="status_view.html"/> |
+ <include src="category_mobile_tabs.html"/> |
+ <include src="mobile_view.html"/> |
+ |
+ <script src="chrome://resources/js/i18n_template.js"></script> |
+ <script src="chrome://resources/js/i18n_process.js"></script> |
+ <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
+ </body> |
+</html> |