Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2383)

Unified Diff: chrome/test/data/extensions/api_test/file_system/get_display_path/background.js

Issue 10663014: Add tests for chrome.fileSystem app API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Using new Blob constructor Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/file_system/get_display_path/background.js
diff --git a/chrome/test/data/extensions/api_test/file_system/get_display_path/background.js b/chrome/test/data/extensions/api_test/file_system/get_display_path/background.js
new file mode 100644
index 0000000000000000000000000000000000000000..f7ccbe19817065cc08fe7e43ec8dddfb3c32d648
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/file_system/get_display_path/background.js
@@ -0,0 +1,5 @@
+function onLaunched() {
+ chrome.appWindow.create('test.html');
+}
+
+chrome.experimental.app.onLaunched.addListener(onLaunched);

Powered by Google App Engine
This is Rietveld 408576698