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

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

Issue 1573333002: [Media Router] Add remaining First Run Flow strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/app/media_router_strings.grdp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b41f03b0e02ee639189b86f15f94dab6a560a52e..77f87297b93328ea80088cc7c738b7d8b391ba88 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
@@ -42,6 +42,12 @@ void AddMediaRouterContainerStrings(content::WebUIDataSource* html_source) {
IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_TEXT);
html_source->AddLocalizedString("firstRunFlowTitle",
IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_TITLE);
+#if defined(GOOGLE_CHROME_BUILD)
+ html_source->AddLocalizedString("firstRunFlowCloudLearnMore",
+ IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_CLOUD_LEARN_MORE);
+ html_source->AddLocalizedString("firstRunFlowCloudOptInText",
+ IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_CLOUD_OPT_IN_TEXT);
+#endif // defined(GOOGLE_CHROME_BUILD)
html_source->AddLocalizedString("autoCastMode",
IDS_MEDIA_ROUTER_AUTO_CAST_MODE);
html_source->AddLocalizedString("deviceMissing",
« no previous file with comments | « chrome/app/media_router_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698