| Index: chrome/browser/resources/welcome/welcome.js
|
| diff --git a/chrome/test/data/extensions/api_test/executescript/http204/at_document_start_unexpected.js b/chrome/browser/resources/welcome/welcome.js
|
| similarity index 74%
|
| copy from chrome/test/data/extensions/api_test/executescript/http204/at_document_start_unexpected.js
|
| copy to chrome/browser/resources/welcome/welcome.js
|
| index 4f8dbf131e67f59d4c7f8e1bb3fc2c38f4f85ef8..102537742e9aff3fbbeb2106553d968d56fa75e5 100644
|
| --- a/chrome/test/data/extensions/api_test/executescript/http204/at_document_start_unexpected.js
|
| +++ b/chrome/browser/resources/welcome/welcome.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.
|
|
|
| -window.didRunAtDocumentStartUnexpected = true;
|
| +// TODO(tmartino): Add handlers.
|
| +console.log('JS test');
|
|
|