| Index: chrome/test/data/extensions/platform_apps/launch/test.js
|
| diff --git a/chrome/test/data/extensions/platform_apps/launch/test.js b/chrome/test/data/extensions/platform_apps/launch/test.js
|
| index 967ac8ac4ec4c756fe3ffbd7c586a88fa0624218..07fd91cce16dd04c43fac70099086b6797e82371 100644
|
| --- a/chrome/test/data/extensions/platform_apps/launch/test.js
|
| +++ b/chrome/test/data/extensions/platform_apps/launch/test.js
|
| @@ -2,6 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -chrome.experimental.app.onLaunched.addListener(function() {
|
| +chrome.app.runtime.onLaunched.addListener(function() {
|
| chrome.test.notifyPass();
|
| });
|
|
|