| Index: chrome/browser/resources/welcome/welcome.js
|
| diff --git a/chrome/test/data/subresource_filter/included_script.js b/chrome/browser/resources/welcome/welcome.js
|
| similarity index 74%
|
| copy from chrome/test/data/subresource_filter/included_script.js
|
| copy to chrome/browser/resources/welcome/welcome.js
|
| index bb41e780915a1140ca9a6597a32da832322d0d4c..102537742e9aff3fbbeb2106553d968d56fa75e5 100644
|
| --- a/chrome/test/data/subresource_filter/included_script.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.
|
|
|
| -document.scriptExecuted = true;
|
| +// TODO(tmartino): Add handlers.
|
| +console.log('JS test');
|
|
|