Index: chrome/test/data/extensions/api_test/image_writer_private/write_from_file/background.js |
diff --git a/chrome/test/data/extensions/api_test/file_system/get_writable_root_entry/background.js b/chrome/test/data/extensions/api_test/image_writer_private/write_from_file/background.js |
similarity index 83% |
copy from chrome/test/data/extensions/api_test/file_system/get_writable_root_entry/background.js |
copy to chrome/test/data/extensions/api_test/image_writer_private/write_from_file/background.js |
index 1ee8c3de11b0e78d0894352ab7461d930753ef27..44edeac767614539433a40ef0497254cca60f790 100644 |
--- a/chrome/test/data/extensions/api_test/file_system/get_writable_root_entry/background.js |
+++ b/chrome/test/data/extensions/api_test/image_writer_private/write_from_file/background.js |
@@ -3,5 +3,6 @@ |
// found in the LICENSE file. |
chrome.app.runtime.onLaunched.addListener(function () { |
- chrome.app.window.create('test.html'); |
+ chrome.app.window.create('test.html'); |
}); |
+ |