Commit d17bbb3a authored by Clifford Cheng's avatar Clifford Cheng Committed by Commit Bot

Modify the expected error message by add 'file:///'.

Bug: 902942
Change-Id: I4d3bf1c2b8d5c6aee0024f78219ef4ff097e98f6
Reviewed-on: https://chromium-review.googlesource.com/c/1325649
Commit-Queue: Clifford Cheng <cliffordcheng@chromium.org>
Commit-Queue: mark a. foltz <mfoltz@chromium.org>
Reviewed-by: default avatarmark a. foltz <mfoltz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606351}
parent f749872e
...@@ -172,8 +172,9 @@ IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationBrowserTest, ...@@ -172,8 +172,9 @@ IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationBrowserTest,
std::string issue_title = GetIssueTitle(); std::string issue_title = GetIssueTitle();
// TODO(imcheng): Fix host name for file schemes (crbug.com/560576). // TODO(imcheng): Fix host name for file schemes (crbug.com/560576).
ASSERT_EQ(l10n_util::GetStringFUTF8( ASSERT_EQ(
IDS_MEDIA_ROUTER_ISSUE_CREATE_ROUTE_TIMEOUT, base::string16()), l10n_util::GetStringFUTF8(IDS_MEDIA_ROUTER_ISSUE_CREATE_ROUTE_TIMEOUT,
base::UTF8ToUTF16("file:///")),
issue_title); issue_title);
// Route will still get created, it just takes longer than usual. // Route will still get created, it just takes longer than usual.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment