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

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

Issue 2451573003: [Media Router] Update Media Router flags post-launch. (Closed)
Patch Set: Rebase & respond to apacible@ comments. Created 4 years, 2 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 4f3e6bf1440436fc3f502a96fc2cbca7f5339988..6345cbec2b14349fffdc46f028df4f0de2383c12 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
@@ -52,10 +52,8 @@ 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("firstRunFlowCloudPrefText",
IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_CLOUD_PREF_TEXT);
-#endif // defined(GOOGLE_CHROME_BUILD)
html_source->AddLocalizedString("autoCastMode",
IDS_MEDIA_ROUTER_AUTO_CAST_MODE);
html_source->AddLocalizedString("destinationMissingText",

Powered by Google App Engine
This is Rietveld 408576698