[Extension ServiceWorkers] Chrome: Passing v8::context to extensions dispatcher
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / service_worker / bindings / test.js
blob2497dc84f994bb12c39b2f79d6ec3a43e6964603
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 chrome.tabs.create({url: chrome.extension.getURL("page.html")});