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

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

Issue 11434068: Enable Chrome OS WiMAX debugging in chrome://net-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/chromeos_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12f1debd7b649bd87a871e00002cd8f1388e8b46..c3cd1b2ff05918562aef8a899d5d4f819dbbc198 100644
--- a/chrome/browser/resources/net_internals/chromeos_view.html
+++ b/chrome/browser/resources/net_internals/chromeos_view.html
@@ -14,8 +14,8 @@
<div id="chromeos-view-store-debug-logs-div">
<h3>Store Logs</h3>
<input type="button"
- id="chromeos-view-store-debug-logs"
- value="Store Debug Logs">
+ id="chromeos-view-store-debug-logs"
+ value="Store Debug Logs">
<label for="chromeos-view-store-debug-logs"
id="chromeos-view-store-debug-logs-status">
</label>
@@ -35,6 +35,9 @@
value="Cellular"
id="chromeos-view-network-debugging-cellular">
<input type="button"
+ value="WiMAX"
+ id="chromeos-view-network-debugging-wimax">
+ <input type="button"
name="subsystem"
value="None"
id="chromeos-view-network-debugging-none">
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/chromeos_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698