Index: chrome/test/data/extensions/active_script/content_scripts_all_hosts/content_script.js |
diff --git a/chrome/test/data/extensions/api_test/automation/tests/content.js b/chrome/test/data/extensions/active_script/content_scripts_all_hosts/content_script.js |
similarity index 75% |
copy from chrome/test/data/extensions/api_test/automation/tests/content.js |
copy to chrome/test/data/extensions/active_script/content_scripts_all_hosts/content_script.js |
index 694ce16d00f475777f11980ad6ac9198bff4ef43..cb1cdac8c0d6ead514eea876d6f215abc9acc2c9 100644 |
--- a/chrome/test/data/extensions/api_test/automation/tests/content.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. |
-chrome.runtime.sendMessage({ 'loaded': true }); |
+chrome.test.sendMessage('content_scripts_all_hosts'); |