| Index: chrome/test/data/extensions/error_console/runtime_and_manifest_errors/script.js
|
| diff --git a/chrome/test/data/extensions/api_test/runtime/open_options_page/options.js b/chrome/test/data/extensions/error_console/runtime_and_manifest_errors/script.js
|
| similarity index 65%
|
| copy from chrome/test/data/extensions/api_test/runtime/open_options_page/options.js
|
| copy to chrome/test/data/extensions/error_console/runtime_and_manifest_errors/script.js
|
| index 9054ed56925a531f4577eb08b9f043d69900b640..325006efb82714411a9dd6e26817fd6bcb551a2c 100644
|
| --- a/chrome/test/data/extensions/api_test/runtime/open_options_page/options.js
|
| +++ b/chrome/test/data/extensions/error_console/runtime_and_manifest_errors/script.js
|
| @@ -1,5 +1,6 @@
|
| // 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.
|
| +// found in the LICENSE file
|
|
|
| -chrome.runtime.sendMessage('success');
|
| +console.log('line1');
|
| +console.log('line2');
|
|
|