Index: chrome/test/data/extensions/api_test/filebrowser_mount/background.js |
diff --git a/chrome/test/data/extensions/api_test/filebrowser_mount/background.js b/chrome/test/data/extensions/api_test/filebrowser_mount/background.js |
deleted file mode 100644 |
index 128ee654a44922bb54f56a04d6a301c553793e09..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/api_test/filebrowser_mount/background.js |
+++ /dev/null |
@@ -1,7 +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. |
- |
-chrome.tabs.create({ |
- url: "test.html" |
-}); |