Chromium Code Reviews| Index: chrome/test/data/extensions/platform_apps/browser_tag_isolation/test.js |
| diff --git a/chrome/test/data/extensions/platform_apps/browser_tag_isolation/test.js b/chrome/test/data/extensions/platform_apps/browser_tag_isolation/test.js |
| index ce719f7c9fb843f09b7bc22035a1595100dde7c2..68d61461fc2d2fa951ce22d8a81d7116b1fc76e7 100644 |
| --- a/chrome/test/data/extensions/platform_apps/browser_tag_isolation/test.js |
| +++ b/chrome/test/data/extensions/platform_apps/browser_tag_isolation/test.js |
| @@ -3,5 +3,5 @@ |
| // found in the LICENSE file. |
| chrome.experimental.app.onLaunched.addListener(function() { |
| - chrome.appWindow.create('main.html', {}, function () {}); |
| + chrome.app.window.create('main.html', {}, function () {}); |
|
not at google - send to devlin
2012/07/18 04:27:37
Unrelated obseration:
It looks like in the IDL th
|
| }); |