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

Unified Diff: components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc

Issue 1577433004: Flip proprietary codecs to false for Android chromium builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo comment change. Created 4 years, 9 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: components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc
diff --git a/components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc b/components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc
index 78ba075a9582573df7580114b2a1da70890f86d8..bc52b01e54cbbb75ac061e2eeb786a4123cfc0c8 100644
--- a/components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc
+++ b/components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc
@@ -250,7 +250,7 @@ IN_PROC_BROWSER_TEST_F(DistillerPageWebContentsTest, HandlesRelativeVideos) {
// A relative source/track should've been updated.
EXPECT_THAT(distiller_result_->distilled_content().html(),
- ContainsRegex("src=\"http://127.0.0.1:.*/relative_video.mp4\""));
+ ContainsRegex("src=\"http://127.0.0.1:.*/relative_video.webm\""));
EXPECT_THAT(
distiller_result_->distilled_content().html(),
ContainsRegex("src=\"http://127.0.0.1:.*/relative_track_en.vtt\""));
« no previous file with comments | « components/cdm/browser/widevine_drm_delegate_android.cc ('k') | components/test/data/dom_distiller/video_article.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698