| Index: chrome/test/data/subresource_filter/included_script.js
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_card.js b/chrome/test/data/subresource_filter/included_script.js
|
| similarity index 83%
|
| copy from chrome/browser/resources/chromeos/login/oobe_card.js
|
| copy to chrome/test/data/subresource_filter/included_script.js
|
| index 22fd324d877f346134d11736d45ebe85c59fb936..fbe0bf1832b11975734d68ac63b524e86cea7a4c 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_card.js
|
| +++ b/chrome/test/data/subresource_filter/included_script.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.
|
|
|
| -Polymer({is: 'oobe-card'});
|
| +document.scriptExecuted = true;
|
| +
|
|
|