Chromium Code Reviews

Unified Diff: chrome/test/data/extensions/api_test/messaging/connect_panel/panel.js

Issue 11745015: Update references to the extension messaging APIs to point to the "runtime" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase? Created 7 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/test/data/extensions/api_test/messaging/connect_panel/panel.js
diff --git a/chrome/test/data/extensions/api_test/messaging/connect_panel/panel.js b/chrome/test/data/extensions/api_test/messaging/connect_panel/panel.js
index 531165b906a222c524ee631172e7c9c66c8d4cc0..439e1378f7ea32b9360de026c415b72acf10614a 100644
--- a/chrome/test/data/extensions/api_test/messaging/connect_panel/panel.js
+++ b/chrome/test/data/extensions/api_test/messaging/connect_panel/panel.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.extension.connect({name:'test-connection'});
+chrome.runtime.connect({name:'test-connection'});

Powered by Google App Engine