Index: chrome/browser/resources/net_internals/mobile_view.html |
=================================================================== |
--- chrome/browser/resources/net_internals/mobile_view.html (revision 0) |
+++ chrome/browser/resources/net_internals/mobile_view.html (revision 0) |
@@ -0,0 +1,44 @@ |
+<style> |
+ |
+#mobile-view-start-data { |
+ font-size: 100%; |
+ font-weight: bold; |
+} |
+ |
+#mobile-view-stop-data { |
+ font-size: 100%; |
+ font-weight: bold; |
+} |
+ |
+#mobile-view-send-data { |
+ font-size: 100%; |
+ font-weight: bold; |
+} |
+ |
+</style> |
+ |
+<div id=mobile-view-tab-content class=content-box> |
+ <h2>Mobile</h2> |
+ <div style="margin: 8px"> |
+ <div> |
+ <button id=mobile-view-start-data>Start Saving Data to File</button> |
+ </div> |
+ <div> |
+ <button id=mobile-view-stop-data>Stop Saving Data to File</button> |
+ </div> |
+ <div> |
+ <button id=mobile-view-send-data>Send Data</button> |
+ </div> |
+ <pre id=mobile-view-file-path-text></pre> |
+ |
+ <ul> |
+ <li><b>IMPORTANT</b>: First reproduce the problem while in recording mode.</li> |
+ </ul> |
+ <p> |
+ For more information see: |
+ <a href="chrome://net-internals/help.html" target="_blank"> |
+ How to get data for bug reports? |
+ </a> |
+ </p> |
+ </div> |
+</div> |