| Index: chrome/test/data/extensions/api_test/permissions/optional_updates_bindings/window.js
|
| diff --git a/chrome/test/data/extensions/api_test/permissions/optional_updates_bindings/window.js b/chrome/test/data/extensions/api_test/permissions/optional_updates_bindings/window.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c7911402fdabb77d53f0cf1e7a0cac2d8ece3885
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/permissions/optional_updates_bindings/window.js
|
| @@ -0,0 +1,6 @@
|
| +// Copyright 2015 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.
|
| +
|
| +// Background page runs the test after we've loaded.
|
| +chrome.extension.getBackgroundPage().runTest(window);
|
|
|