| Index: chrome/test/data/extensions/api_test/content_scripts/about_blank_iframes/start.js
|
| diff --git a/chrome/test/data/extensions/policy_shared_module/shared_module/pass.js b/chrome/test/data/extensions/api_test/content_scripts/about_blank_iframes/start.js
|
| similarity index 65%
|
| copy from chrome/test/data/extensions/policy_shared_module/shared_module/pass.js
|
| copy to chrome/test/data/extensions/api_test/content_scripts/about_blank_iframes/start.js
|
| index 2a344be5ca53dc39b0cd7a89c66d67ce05122c7c..d15c38a92cca79f564f1f4d14313d9c9631253f3 100644
|
| --- a/chrome/test/data/extensions/policy_shared_module/shared_module/pass.js
|
| +++ b/chrome/test/data/extensions/api_test/content_scripts/about_blank_iframes/start.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.
|
|
|
| -var pass_exported = {};
|
| +// This variable will be checked in end.js
|
| +var hasRunContentScriptAtDocumentStart = true;
|
|
|