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

Unified Diff: content/browser/media/webrtc_browsertest.cc

Issue 18769010: Updated Chrome Test pages to use adapter.js (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 5 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
« no previous file with comments | « chrome/test/functional/webrtc_test_base.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/webrtc_browsertest.cc
===================================================================
--- content/browser/media/webrtc_browsertest.cc (revision 210952)
+++ content/browser/media/webrtc_browsertest.cc (working copy)
@@ -53,7 +53,7 @@
GURL url(embedded_test_server()->GetURL("/media/getusermedia.html"));
NavigateToURL(shell(), url);
phoglund_chromium 2013/07/29 11:27:55 Sorry, you should not be changing anything here si
- EXPECT_TRUE(ExecuteJavascript("getUserMedia({video: true});"));
+ EXPECT_TRUE(ExecuteJavascript("doGetUserMedia({video: true});"));
ExpectTitle("OK");
}
@@ -62,7 +62,7 @@
GURL url(embedded_test_server()->GetURL("/media/getusermedia.html"));
NavigateToURL(shell(), url);
- EXPECT_TRUE(ExecuteJavascript("getUserMedia({video: true, audio: true});"));
+ EXPECT_TRUE(ExecuteJavascript("doGetUserMedia({video: true, audio: true});"));
ExpectTitle("OK");
}
@@ -71,7 +71,7 @@
GURL url(embedded_test_server()->GetURL("/media/getusermedia.html"));
NavigateToURL(shell(), url);
- EXPECT_TRUE(ExecuteJavascript("getUserMediaAndClone();"));
+ EXPECT_TRUE(ExecuteJavascript("doGetUserMediaAndClone();"));
ExpectTitle("OK");
}
« no previous file with comments | « chrome/test/functional/webrtc_test_base.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698