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

Unified Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

Issue 2838323002: [CrOS Tether] Add tether settings section to the MD settings page. (Closed)
Patch Set: Fix Closure compiler error. Created 3 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/ui/webui/settings/md_settings_localized_strings_provider.cc
diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
index a1d0ec3fe413fb77ef784e41eeb8572819d812fd..c5ac6bc6d145d49a8abbec49e75ba12f9507e738 100644
--- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
+++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
@@ -869,6 +869,8 @@ void AddInternetStrings(content::WebUIDataSource* html_source) {
{"internetPageTitle", IDS_SETTINGS_INTERNET},
{"internetToggleMobileA11yLabel",
IDS_SETTINGS_INTERNET_TOGGLE_MOBILE_ACCESSIBILITY_LABEL},
+ {"internetToggleTetherA11yLabel",
+ IDS_SETTINGS_INTERNET_TOGGLE_TETHER_ACCESSIBILITY_LABEL},
{"internetToggleWiFiA11yLabel",
IDS_SETTINGS_INTERNET_TOGGLE_WIFI_ACCESSIBILITY_LABEL},
{"internetToggleWiMAXA11yLabel",
@@ -1978,6 +1980,19 @@ void AddOncStrings(content::WebUIDataSource* html_source) {
{"OncMacAddress", IDS_ONC_MAC_ADDRESS},
{"OncNotConnected", IDS_ONC_NOT_CONNECTED},
{"OncRestrictedConnectivity", IDS_ONC_RESTRICTED_CONNECTIVITY},
+ {"OncTether-BatteryPercentage", IDS_ONC_TETHER_BATTERY_PERCENTAGE},
+ {"OncTether-BatteryPercentage_Value",
+ IDS_ONC_TETHER_BATTERY_PERCENTAGE_VALUE},
+ {"OncTether-SignalStrength", IDS_ONC_TETHER_SIGNAL_STRENGTH},
+ {"OncTether-SignalStrength_Weak", IDS_ONC_TETHER_SIGNAL_STRENGTH_WEAK},
+ {"OncTether-SignalStrength_Okay", IDS_ONC_TETHER_SIGNAL_STRENGTH_OKAY},
+ {"OncTether-SignalStrength_Good", IDS_ONC_TETHER_SIGNAL_STRENGTH_GOOD},
+ {"OncTether-SignalStrength_Strong",
+ IDS_ONC_TETHER_SIGNAL_STRENGTH_STRONG},
+ {"OncTether-SignalStrength_VeryStrong",
+ IDS_ONC_TETHER_SIGNAL_STRENGTH_VERY_STRONG},
+ {"OncTether-Carrier", IDS_ONC_TETHER_CARRIER},
+ {"OncTether-Carrier_Unknown", IDS_ONC_TETHER_CARRIER_UNKNOWN},
{"OncVPN-Host", IDS_ONC_VPN_HOST},
{"OncVPN-L2TP-Username", IDS_ONC_VPN_L2TP_USERNAME},
{"OncVPN-OpenVPN-Username", IDS_ONC_VPN_OPEN_VPN_USERNAME},

Powered by Google App Engine
This is Rietveld 408576698