| Index: chrome/test/data/extensions/active_script/content_scripts_explicit_hosts/content_script.js
|
| diff --git a/chrome/test/data/extensions/api_test/shared_module/shared_whitelist/fail.js b/chrome/test/data/extensions/active_script/content_scripts_explicit_hosts/content_script.js
|
| similarity index 73%
|
| copy from chrome/test/data/extensions/api_test/shared_module/shared_whitelist/fail.js
|
| copy to chrome/test/data/extensions/active_script/content_scripts_explicit_hosts/content_script.js
|
| index 9073140218c231c06dca38fec7d86dc55f568138..cbbbc3f76fd53b6daf64b87fa7dda97bc0e19d94 100644
|
| --- a/chrome/test/data/extensions/api_test/shared_module/shared_whitelist/fail.js
|
| +++ b/chrome/test/data/extensions/active_script/content_scripts_explicit_hosts/content_script.js
|
| @@ -2,4 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -var fail_exported = {};
|
| +chrome.test.sendMessage('content_scripts_explicit_hosts');
|
|
|