Index: chrome/test/data/extensions/api_test/infobars/infobarB.js |
diff --git a/chrome/test/data/extensions/api_test/infobars/infobarB.js b/chrome/test/data/extensions/api_test/infobars/infobarB.js |
deleted file mode 100644 |
index e5800da6a49fee6af2022b5c4812c5102f18561a..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/api_test/infobars/infobarB.js |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-// Copyright (c) 2011 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. |
- |
-const assertEq = chrome.test.assertEq; |
-var background_page = chrome.extension.getBackgroundPage(); |
-chrome.tabs.getCurrent(function(tab) { |
- assertEq(background_page.tabB, tab.id); |
- background_page.infobarCallbackB(); |
-}); |