Chromium Code Reviews| 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"); |
|
Devlin
2017/02/14 23:17:10
single quotes in js
nrpeter
2017/03/22 23:47:39
Test was not needed.
|