| Index: chrome/test/data/extensions/api_test/socket/ppapi/main.js
 | 
| diff --git a/chrome/test/data/extensions/api_test/fullscreen/has_permission/background.js b/chrome/test/data/extensions/api_test/socket/ppapi/main.js
 | 
| similarity index 76%
 | 
| copy from chrome/test/data/extensions/api_test/fullscreen/has_permission/background.js
 | 
| copy to chrome/test/data/extensions/api_test/socket/ppapi/main.js
 | 
| index 633ebde578bc64ebac6cfab226613714f6964382..68957dc94c6c121ac47486047d015ae62ef6dffd 100644
 | 
| --- a/chrome/test/data/extensions/api_test/fullscreen/has_permission/background.js
 | 
| +++ b/chrome/test/data/extensions/api_test/socket/ppapi/main.js
 | 
| @@ -3,5 +3,5 @@
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
|  chrome.app.runtime.onLaunched.addListener(function() {
 | 
| -  chrome.app.window.create('window.html');
 | 
| +  chrome.app.window.create('index.html', {width: 500, height: 500});
 | 
|  });
 | 
| 
 |