Index: chrome/test/data/extensions/platform_apps/context_menu/test.js |
diff --git a/chrome/test/data/extensions/platform_apps/context_menu/test.js b/chrome/test/data/extensions/platform_apps/context_menu/test.js |
index 949b201edca2ed19b3398e9d1f8e2abb487f204f..c3280a02b873831a8480028c265dd9a7db86242d 100644 |
--- a/chrome/test/data/extensions/platform_apps/context_menu/test.js |
+++ b/chrome/test/data/extensions/platform_apps/context_menu/test.js |
@@ -2,7 +2,7 @@ |
// 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.contextMenus.create({ |
id: 'id1', |
title: 'Extension Item 1', |