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

Unified Diff: chrome/browser/media/router/test_helper.h

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/test_helper.h
diff --git a/chrome/browser/media/router/test_helper.h b/chrome/browser/media/router/test_helper.h
index 0b8bfbd2bd0f4861f99cd0dca5ee643eda4aa047..3179d1511b3c544be3f59e2c1e9f42b2a6641aae 100644
--- a/chrome/browser/media/router/test_helper.h
+++ b/chrome/browser/media/router/test_helper.h
@@ -67,7 +67,7 @@ MATCHER_P(EqualsIssue, other, "") {
if (arg.is_blocking() != other.is_blocking())
return false;
- if (arg.help_url() != other.help_url())
+ if (arg.help_page_id() != other.help_page_id())
return false;
return true;

Powered by Google App Engine
This is Rietveld 408576698