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

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

Issue 1554663002: [Media Router] First Run Flow WebUI and strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years 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 ae504a3177d40e56f3bf9b738183c3c1e813a78c..00d123d16a70e8bed9b7f3320a2287dbb72eb09d 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
@@ -34,6 +34,12 @@ void AddIssuesStrings(content::WebUIDataSource* html_source) {
}
void AddMediaRouterContainerStrings(content::WebUIDataSource* html_source) {
+ html_source->AddLocalizedString("firstRunFlowButton",
+ IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_BUTTON);
+ html_source->AddLocalizedString("firstRunFlowText",
+ IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_TEXT);
+ html_source->AddLocalizedString("firstRunFlowTitle",
+ IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_TITLE);
html_source->AddLocalizedString("autoCastMode",
IDS_MEDIA_ROUTER_AUTO_CAST_MODE);
html_source->AddLocalizedString("deviceMissing",

Powered by Google App Engine
This is Rietveld 408576698