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

Unified Diff: chrome/common/extensions/docs/server2/test_data/github_file_system/expected_read.txt

Issue 10871002: Extensions Docs Server: Testing GithubFileSystem and cron jobs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: small changes Created 8 years, 4 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
« no previous file with comments | « chrome/common/extensions/docs/server2/test_data/github_file_system/expected_list.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/test_data/github_file_system/expected_read.txt
diff --git a/chrome/common/extensions/docs/server2/test_data/github_file_system/expected_read.txt b/chrome/common/extensions/docs/server2/test_data/github_file_system/expected_read.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6f17cf85f59da65b3e09c89453e541853e46f27b
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/test_data/github_file_system/expected_read.txt
@@ -0,0 +1,10 @@
+/**
+ * Listens for the app launching then creates the window
+ *
+ * @see http://developer.chrome.com/trunk/apps/app.runtime.html
+ * @see http://developer.chrome.com/trunk/apps/app.window.html
+ */
+chrome.app.runtime.onLaunched.addListener(function() {
+ chrome.app.window.create('main.html',
+ {width: 480, height: 225});
+});
« no previous file with comments | « chrome/common/extensions/docs/server2/test_data/github_file_system/expected_list.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698