| Index: chrome/test/data/extensions/platform_apps/minimal/test.js | 
| diff --git a/chrome/test/data/extensions/platform_apps/minimal/test.js b/chrome/test/data/extensions/platform_apps/minimal/test.js | 
| index 68d54a8e717cb415a3777a466c6cd43998d7adf6..ce719f7c9fb843f09b7bc22035a1595100dde7c2 100644 | 
| --- a/chrome/test/data/extensions/platform_apps/minimal/test.js | 
| +++ b/chrome/test/data/extensions/platform_apps/minimal/test.js | 
| @@ -3,8 +3,5 @@ | 
| // found in the LICENSE file. | 
|  | 
| chrome.experimental.app.onLaunched.addListener(function() { | 
| -  chrome.windows.create({ | 
| -      url: 'main.html', | 
| -      type: 'shell' | 
| -  }); | 
| +  chrome.appWindow.create('main.html', {}, function () {}); | 
| }); | 
|  |