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

Unified Diff: chrome/browser/media/router/mojo/media_router_type_converters.cc

Issue 2014903002: [Media Router] Consistently refer to issue's learn more help page by ID. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 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/media/router/mojo/media_router_type_converters.cc
diff --git a/chrome/browser/media/router/mojo/media_router_type_converters.cc b/chrome/browser/media/router/mojo/media_router_type_converters.cc
index c82de76d57e966cd2da5542c3ed8dbbd84422257..cd61522653db743123c1b6c33ca01a807a532552 100644
--- a/chrome/browser/media/router/mojo/media_router_type_converters.cc
+++ b/chrome/browser/media/router/mojo/media_router_type_converters.cc
@@ -138,7 +138,7 @@ media_router::Issue TypeConverter<media_router::Issue, IssuePtr>::Convert(
input->title, input->message,
media_router::IssueAction(IssueActionTypeFromMojo(input->default_action)),
actions, input->route_id, IssueSeverityFromMojo(input->severity),
- input->is_blocking, input->help_url);
+ input->is_blocking, input->help_page_id);
}
content::PresentationConnectionState PresentationConnectionStateFromMojo(

Powered by Google App Engine
This is Rietveld 408576698