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

Unified Diff: chrome/browser/resources/chromeos/network_ui/network_ui.html

Issue 948943003: Better support for Cellular roaming state in ONC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 5 years, 10 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
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/chromeos/network_ui/network_ui.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/network_ui/network_ui.html
diff --git a/chrome/browser/resources/chromeos/network_ui/network_ui.html b/chrome/browser/resources/chromeos/network_ui/network_ui.html
index 83135d604bc28794a5436c553e9ad3a9e7ba135c..60d53ea6f8bccea82b4dd1b1162f42681b69121d 100644
--- a/chrome/browser/resources/chromeos/network_ui/network_ui.html
+++ b/chrome/browser/resources/chromeos/network_ui/network_ui.html
@@ -20,6 +20,7 @@
<select id="get-property-format">
<option value="normal" i18n-content="normalFormatOption"></option>
<option value="managed" i18n-content="managedFormatOption"></option>
+ <option value="state" i18n-content="stateFormatOption"></option>
<option value="shill" i18n-content="shillFormatOption"></option>
</select>
</div>
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/chromeos/network_ui/network_ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698