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

Unified Diff: chrome/test/data/extensions/api_test/webrtc_from_web_accessible_resource/test.js

Issue 1383483007: Add scheme exceptions for isSecureContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix Rob and Devlin comments Created 5 years, 2 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/test/data/extensions/api_test/webrtc_from_web_accessible_resource/test.js
diff --git a/chrome/test/data/extensions/api_test/events_are_unregistered/page2.js b/chrome/test/data/extensions/api_test/webrtc_from_web_accessible_resource/test.js
similarity index 65%
copy from chrome/test/data/extensions/api_test/events_are_unregistered/page2.js
copy to chrome/test/data/extensions/api_test/webrtc_from_web_accessible_resource/test.js
index 26e65dfe37740ada74f9b1790559b4ee2e761104..edfb40cea448e029e4b319b690ed38f2628cb805 100644
--- a/chrome/test/data/extensions/api_test/events_are_unregistered/page2.js
+++ b/chrome/test/data/extensions/api_test/webrtc_from_web_accessible_resource/test.js
@@ -2,5 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// See page1.js to make sense of this.
+// On first call, just pass so the test can continue. The real checks are in the
+// content script.
chrome.test.notifyPass();

Powered by Google App Engine
This is Rietveld 408576698