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

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

Issue 2627353003: Settings/Oobe: Simplify cr-network-select and use flex (Closed)
Patch Set: Add comment Created 3 years, 11 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 21d94c3ea8bc22f7a6b3876cf0353e26ea319839..074aba8be7f5d22948f101f7bb83c1f58d7a18f4 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
@@ -1746,7 +1746,6 @@ void AddWebContentStrings(content::WebUIDataSource* html_source) {
void AddCrNetworkStrings(content::WebUIDataSource* html_source) {
LocalizedString localized_strings[] = {
{"networkDisabled", IDS_NETWORK_LIST_DISABLED},
- {"networkExpandA11yLabel", IDS_NETWORK_LIST_EXPAND_ACCESSIBILITY_LABEL},
{"networkListItemConnected", IDS_NETWORK_LIST_CONNECTED},
{"networkListItemConnecting", IDS_NETWORK_LIST_CONNECTING},
{"networkListItemNotConnected", IDS_NETWORK_LIST_NOT_CONNECTED},

Powered by Google App Engine
This is Rietveld 408576698