| Index: chrome/test/data/extensions/platform_apps/ad_view/display_first_ad/main.js
|
| diff --git a/chrome/common/extensions/docs/server2/test_data/github_file_system/expected_read.txt b/chrome/test/data/extensions/platform_apps/ad_view/display_first_ad/main.js
|
| similarity index 68%
|
| copy from chrome/common/extensions/docs/server2/test_data/github_file_system/expected_read.txt
|
| copy to chrome/test/data/extensions/platform_apps/ad_view/display_first_ad/main.js
|
| index 6f17cf85f59da65b3e09c89453e541853e46f27b..aeeb7ce5fedc3ce161d652ddec28f0a0bbd29925 100644
|
| --- a/chrome/common/extensions/docs/server2/test_data/github_file_system/expected_read.txt
|
| +++ b/chrome/test/data/extensions/platform_apps/ad_view/display_first_ad/main.js
|
| @@ -5,6 +5,6 @@
|
| * @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});
|
| -});
|
| + chrome.app.window.create('index.html',
|
| + {top:0, left: 0, width: 900, height: 800});
|
| +});
|
|
|