Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6078)

Unified Diff: chrome/test/data/extensions/api_test/lazy_background_page/wait_for_view/background.js

Issue 10310182: Hack to restrict runtime API to dev channel rather than experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: docs Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/extensions/api_test/lazy_background_page/wait_for_request/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
});
« no previous file with comments | « chrome/test/data/extensions/api_test/lazy_background_page/wait_for_request/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698