| Index: chrome/test/data/extensions/api_test/content_scripts/other_extensions/victim/background.js
|
| diff --git a/chrome/test/data/extensions/api_test/content_scripts/other_extensions/victim/background.js b/chrome/test/data/extensions/api_test/content_scripts/other_extensions/victim/background.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c48af9cace8ae2849ed1f4041ed6cca25d7aed20
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/content_scripts/other_extensions/victim/background.js
|
| @@ -0,0 +1,6 @@
|
| +// Copyright (c) 2012 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.
|
| +
|
| +// This extension just injects script into another one.
|
| +chrome.tabs.create({ url: "test.html" });
|
|
|