| Index: chrome/test/data/extensions/active_script/content_scripts_all_hosts/content_script.js
|
| diff --git a/chrome/test/data/extensions/active_script/content_scripts_all_hosts/content_script.js b/chrome/test/data/extensions/active_script/content_scripts_all_hosts/content_script.js
|
| index cb1cdac8c0d6ead514eea876d6f215abc9acc2c9..8fc7cbfe0e76f31990e379bd978c75a26379d4e0 100644
|
| --- a/chrome/test/data/extensions/active_script/content_scripts_all_hosts/content_script.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.test.sendMessage('content_scripts_all_hosts');
|
| +chrome.test.sendMessage('inject succeeded');
|
|
|