| Index: chrome/test/data/extensions/api_test/content_scripts/policy_blocked/background.js
|
| diff --git a/chrome/test/data/extensions/api_test/content_scripts/policy_blocked/background.js b/chrome/test/data/extensions/api_test/content_scripts/policy_blocked/background.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3b6c00c34fb5c6a7cb7f7422e4f6f9f87937fc7c
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/content_scripts/policy_blocked/background.js
|
| @@ -0,0 +1,8 @@
|
| +// Copyright (c) 2016 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.
|
| +
|
| +// Give 2 seconds to inject JS, if no response hasn't injected
|
| +setTimeout(function() {
|
| + chrome.test.notifyPass();
|
| +}, 2000);
|
|
|