Index: chrome/test/data/extensions/api_test/lazy_background_page/wait_for_view/background.js |
diff --git a/chrome/test/data/extensions/api_test/lazy_background_page/wait_for_view/background.js b/chrome/test/data/extensions/api_test/lazy_background_page/wait_for_view/background.js |
index 56ac61457b90cf4ef55308404e161928749a55b2..d5c7bc0be42f4c51a07f6d7fa65ed5cb69ccc9f6 100644 |
--- a/chrome/test/data/extensions/api_test/lazy_background_page/wait_for_view/background.js |
+++ b/chrome/test/data/extensions/api_test/lazy_background_page/wait_for_view/background.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.runtime.onInstalled.addListener(function() { |
+chrome.runtime.onInstalled.addListener(function() { |
chrome.tabs.create({url: "extension_page.html"}, chrome.test.callbackPass()); |
}); |