| Index: chrome/test/data/extensions/api_test/window_open/panel_browsing_instance/background-subframe.js
|
| diff --git a/chrome/test/data/extensions/api_test/window_open/panel_browsing_instance/background-subframe.js b/chrome/test/data/extensions/api_test/window_open/panel_browsing_instance/background-subframe.js
|
| deleted file mode 100644
|
| index 3eef1a1f0139924a137d18e68f4b499530e902b4..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/extensions/api_test/window_open/panel_browsing_instance/background-subframe.js
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -// 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.
|
| -
|
| -// Quick and very dirty query parameters parsing... ok only for test code.
|
| -extensionId = window.location.href.substr(
|
| - window.location.href.lastIndexOf('=') + 1);
|
| -
|
| -// Let background.js know that it can now open the panel.
|
| -chrome.runtime.sendMessage(extensionId, { backgroundSubframeNavigated: true });
|
| -
|
|
|