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/pass.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/pass.js |
copy to chrome/test/data/extensions/active_script/content_scripts_explicit_hosts/content_script.js |
index c4d1ef82f053aec3c7fe16646260969b7479a4aa..cbbbc3f76fd53b6daf64b87fa7dda97bc0e19d94 100644 |
--- a/chrome/test/data/extensions/api_test/shared_module/shared_whitelist/pass.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 pass_exported = {}; |
+chrome.test.sendMessage('content_scripts_explicit_hosts'); |