| 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});
|
| +});
|
|
|