Index: chrome/test/data/extensions/platform_apps/web_view/text_input_state/background.js |
diff --git a/chrome/test/data/extensions/platform_apps/web_view/text_input_state/background.js b/chrome/test/data/extensions/platform_apps/web_view/text_input_state/background.js |
deleted file mode 100644 |
index 598fc2e1a31647fea2001b15a005f8c90b3db51b..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/platform_apps/web_view/text_input_state/background.js |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
-// Copyright 2016 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.app.runtime.onLaunched.addListener(function() { |
- chrome.app.window.create('window.html', {}, function () {}); |
-}); |