summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/api_test/file_system/open_directory_with_write/background.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/extensions/api_test/file_system/open_directory_with_write/background.js')
-rw-r--r--chrome/test/data/extensions/api_test/file_system/open_directory_with_write/background.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/test/data/extensions/api_test/file_system/open_directory_with_write/background.js b/chrome/test/data/extensions/api_test/file_system/open_directory_with_write/background.js
new file mode 100644
index 0000000..e63978c
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/file_system/open_directory_with_write/background.js
@@ -0,0 +1,7 @@
+// Copyright 2013 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('test.html');
+});