Index: chrome/test/data/extensions/active_script/content_scripts_all_hosts/content_script.js |
diff --git a/chrome/test/data/extensions/error_console/bad_extension_page/broken.js b/chrome/test/data/extensions/active_script/content_scripts_all_hosts/content_script.js |
similarity index 75% |
copy from chrome/test/data/extensions/error_console/bad_extension_page/broken.js |
copy to chrome/test/data/extensions/active_script/content_scripts_all_hosts/content_script.js |
index 5b99804a2ea277a6c29c55d25fe508c9cda12b47..cb1cdac8c0d6ead514eea876d6f215abc9acc2c9 100644 |
--- a/chrome/test/data/extensions/error_console/bad_extension_page/broken.js |
+++ b/chrome/test/data/extensions/active_script/content_scripts_all_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. |
-foo.bar = baz; |
+chrome.test.sendMessage('content_scripts_all_hosts'); |