| Index: chrome/test/data/extensions/app_notifications/launch.js
|
| diff --git a/chrome/test/data/extensions/app_notifications/launch.js b/chrome/test/data/extensions/app_notifications/launch.js
|
| index 78a3fb80120422bc895efe6f7b177960d4ae4da5..1b742089895b20d9229cefdf609745a4dc010bc2 100644
|
| --- a/chrome/test/data/extensions/app_notifications/launch.js
|
| +++ b/chrome/test/data/extensions/app_notifications/launch.js
|
| @@ -2,4 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -chrome.app.experimental.getNotificationChannel({"clientId":"dummy_client_id"});
|
| +chrome.appNotifications.getChannel({"clientId":"dummy_client_id"});
|
|
|