| Index: chrome/test/data/panels/context_menu/test.js
|
| diff --git a/chrome/test/data/panels/context_menu/test.js b/chrome/test/data/panels/context_menu/test.js
|
| deleted file mode 100644
|
| index 1f957900dc89d56fee37bd984a8ccbda02053047..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/panels/context_menu/test.js
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// 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.
|
| -
|
| -function onclick(info) {
|
| - chrome.test.sendMessage("clicked");
|
| -}
|
| -
|
| -// Invoked by panel when it has loaded.
|
| -function panelCallback() {
|
| - chrome.contextMenus.create({"title":"Extension Item 1",
|
| - "onclick": onclick}, function() {
|
| - if (!chrome.runtime.lastError) {
|
| - chrome.test.sendMessage("created item");
|
| - }
|
| - });
|
| -}
|
| -
|
| -chrome.windows.create({'url': 'panel.html', 'type': 'panel'},
|
| - function() {});
|
|
|