Index: chrome/test/data/extensions/platform_apps/ephemeral_apps/retain_data/main.js |
diff --git a/chrome/test/data/extensions/platform_apps/ephemeral_apps/retain_data/main.js b/chrome/test/data/extensions/platform_apps/ephemeral_apps/retain_data/main.js |
deleted file mode 100644 |
index f9e810e42ff1bd622db77616104cfe0089f1abc7..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/platform_apps/ephemeral_apps/retain_data/main.js |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
-// Copyright 2014 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('index.html', {}); |
-}); |