| 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();
|
|
|