| Index: chrome/test/data/extensions/api_test/runtime/open_options_page/options.js
|
| diff --git a/chrome/test/data/ssl/write_to_title.js b/chrome/test/data/extensions/api_test/runtime/open_options_page/options.js
|
| similarity index 79%
|
| copy from chrome/test/data/ssl/write_to_title.js
|
| copy to chrome/test/data/extensions/api_test/runtime/open_options_page/options.js
|
| index 747eb604156d99ab8c8b638a0085ce3152af4a94..9054ed56925a531f4577eb08b9f043d69900b640 100644
|
| --- a/chrome/test/data/ssl/write_to_title.js
|
| +++ b/chrome/test/data/extensions/api_test/runtime/open_options_page/options.js
|
| @@ -1,4 +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.
|
| -document.title = "This script has loaded";
|
| +
|
| +chrome.runtime.sendMessage('success');
|
|
|