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

Unified Diff: chrome/browser/ui/webui/media_router/media_router_localized_strings_provider.cc

Issue 1140823003: Redesign cast-mode-picker UX and switch to core/paper elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 7 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/media_router/media_router_localized_strings_provider.cc
diff --git a/chrome/browser/ui/webui/media_router/media_router_localized_strings_provider.cc b/chrome/browser/ui/webui/media_router/media_router_localized_strings_provider.cc
index 9681e3388ead1f5712ebf65edcfb0a981f14a4d2..d8693b3e9424819b6984eae7c86c28c19b81d87b 100644
--- a/chrome/browser/ui/webui/media_router/media_router_localized_strings_provider.cc
+++ b/chrome/browser/ui/webui/media_router/media_router_localized_strings_provider.cc
@@ -18,10 +18,12 @@ void AddMediaRouterStrings(content::WebUIDataSource* html_source) {
}
void AddRouteDetailsStrings(content::WebUIDataSource* html_source) {
- html_source->AddLocalizedString("castingActivityStatus",
- IDS_MEDIA_ROUTER_CASTING_ACTIVITY_STATUS);
html_source->AddLocalizedString("backToSinkPicker",
IDS_MEDIA_ROUTER_BACK_TO_SINK_PICKER);
+ html_source->AddLocalizedString("castingActivityStatus",
+ IDS_MEDIA_ROUTER_CASTING_ACTIVITY_STATUS);
+ html_source->AddLocalizedString("selectCastModeHeader",
+ IDS_MEDIA_ROUTER_SELECT_CAST_MODE_HEADER);
html_source->AddLocalizedString("stopCastingButton",
IDS_MEDIA_ROUTER_STOP_CASTING_BUTTON);
}

Powered by Google App Engine
This is Rietveld 408576698