| Index: chrome/test/data/extensions/platform_apps/web_view/shim/simple_script.js
|
| diff --git a/chrome/test/data/extensions/api_test/runtime/open_options_page/options.js b/chrome/test/data/extensions/platform_apps/web_view/shim/simple_script.js
|
| similarity index 63%
|
| copy from chrome/test/data/extensions/api_test/runtime/open_options_page/options.js
|
| copy to chrome/test/data/extensions/platform_apps/web_view/shim/simple_script.js
|
| index 9054ed56925a531f4577eb08b9f043d69900b640..1eb68ac73e6948f948c0b93afff83c700ffc5f07 100644
|
| --- a/chrome/test/data/extensions/api_test/runtime/open_options_page/options.js
|
| +++ b/chrome/test/data/extensions/platform_apps/web_view/shim/simple_script.js
|
| @@ -2,4 +2,5 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -chrome.runtime.sendMessage('success');
|
| +document.body.style.backgroundColor="red";
|
| +chrome.runtime.sendMessage("Injection succeeded.");
|
|
|