| Index: chrome/test/data/extensions/api_test/content_scripts/policy_blocked/inject.js
|
| diff --git a/chrome/test/data/extensions/api_test/content_scripts/policy_blocked/inject.js b/chrome/test/data/extensions/api_test/content_scripts/policy_blocked/inject.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..09fae1e4b0083018175052cefd83687a61bc871b
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/content_scripts/policy_blocked/inject.js
|
| @@ -0,0 +1,6 @@
|
| +// 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.
|
| +
|
| +// If injection happens signal fail.
|
| +chrome.test.notifyFail("Injected into page protected by policy");
|
|
|