| Index: chrome/test/data/extensions/api_test/content_scripts/script_a_com/script.js
|
| diff --git a/chrome/test/data/extensions/error_console/runtime_and_manifest_errors/script.js b/chrome/test/data/extensions/api_test/content_scripts/script_a_com/script.js
|
| similarity index 77%
|
| copy from chrome/test/data/extensions/error_console/runtime_and_manifest_errors/script.js
|
| copy to chrome/test/data/extensions/api_test/content_scripts/script_a_com/script.js
|
| index 214ab10e201f37844274f6f20052897d14a12ab7..4caf79458d99cdeed85515fa77b0ab6efd69e356 100644
|
| --- a/chrome/test/data/extensions/error_console/runtime_and_manifest_errors/script.js
|
| +++ b/chrome/test/data/extensions/api_test/content_scripts/script_a_com/script.js
|
| @@ -1,6 +1,5 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -console.log('line1');
|
| -console.log('line2');
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +chrome.test.sendMessage('script injected');
|
|
|