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

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

Issue 1415103006: Non-Local Join for Media Router and Presentation API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing ChromeOS System Tray Test Created 4 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/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 00d123d16a70e8bed9b7f3320a2287dbb72eb09d..b41f03b0e02ee639189b86f15f94dab6a560a52e 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
@@ -22,6 +22,8 @@ void AddRouteDetailsStrings(content::WebUIDataSource* html_source) {
IDS_MEDIA_ROUTER_CASTING_ACTIVITY_STATUS);
html_source->AddLocalizedString("stopCastingButton",
IDS_MEDIA_ROUTER_STOP_CASTING_BUTTON);
+ html_source->AddLocalizedString("joinButton",
+ IDS_MEDIA_ROUTER_JOIN_BUTTON);
}
void AddIssuesStrings(content::WebUIDataSource* html_source) {

Powered by Google App Engine
This is Rietveld 408576698