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

Unified Diff: chrome/test/data/extensions/api_test/webrtc_cast/basics.js

Issue 61103002: Enable WebrtcCastApiTest.Basics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix js Created 7 years, 1 month 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/browser/extensions/webrtc_cast_apitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/webrtc_cast/basics.js
diff --git a/chrome/test/data/extensions/api_test/webrtc_cast/basics.js b/chrome/test/data/extensions/api_test/webrtc_cast/basics.js
index eedddbb9ec66b9741cf745f5f1d834b47f47c0a6..56d4a9d9873806cee38819d8ca11fbab44a9287a 100644
--- a/chrome/test/data/extensions/api_test/webrtc_cast/basics.js
+++ b/chrome/test/data/extensions/api_test/webrtc_cast/basics.js
@@ -4,11 +4,6 @@
chrome.test.runTests([
function udpTransport() {
- // TODO(hclam): Remove this line when the bug with build bot is
- // fixed. See crbug.com/315169 and crbug.com/314971.
- chrome.test.succeed();
- return;
-
chrome.webrtc.castUdpTransport.create(function(info) {
chrome.webrtc.castUdpTransport.start(
info.transportId,
« no previous file with comments | « chrome/browser/extensions/webrtc_cast_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698