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

Unified Diff: chrome/browser/resources/net_internals/chromeos_view.html

Issue 10024056: Added functionality to chrome://net-internals/#chromeos page that user (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync. Created 8 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/net_internals/chromeos_view.html
diff --git a/chrome/browser/resources/net_internals/chromeos_view.html b/chrome/browser/resources/net_internals/chromeos_view.html
index 098b04f537569c353c4ea67867f953158593780c..12f1debd7b649bd87a871e00002cd8f1388e8b46 100644
--- a/chrome/browser/resources/net_internals/chromeos_view.html
+++ b/chrome/browser/resources/net_internals/chromeos_view.html
@@ -20,4 +20,27 @@
id="chromeos-view-store-debug-logs-status">
</label>
</div>
+ <div id="chromeos-view-network-debugging-div">
+ <h3>Network Debugging</h3>
+ <dl>
+ <dt>Select interface for debugging</dt>
+ <dd>
+ <input type="button"
+ value="Wi-Fi"
+ id="chromeos-view-network-debugging-wifi">
+ <input type="button"
+ value="Ethernet"
+ id="chromeos-view-network-debugging-ethernet">
+ <input type="button"
+ value="Cellular"
+ id="chromeos-view-network-debugging-cellular">
+ <input type="button"
+ name="subsystem"
+ value="None"
+ id="chromeos-view-network-debugging-none">
+ </dd>
+ </dl>
+ <label id="chromeos-view-network-debugging-status">
+ </label>
+ </div>
</div>
« no previous file with comments | « chrome/browser/resources/net_internals/browser_bridge.js ('k') | chrome/browser/resources/net_internals/chromeos_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698