Index: chrome/test/data/extensions/browsertest/title_localized_pa/background.js |
diff --git a/chrome/test/data/extensions/browsertest/title_localized_pa/background.js b/chrome/test/data/extensions/browsertest/title_localized_pa/background.js |
index 37fae35db6dda5288eabc7f2391fef82e48341fd..257d3e0bd08f194d07b7cbd922dc62358f880482 100644 |
--- a/chrome/test/data/extensions/browsertest/title_localized_pa/background.js |
+++ b/chrome/test/data/extensions/browsertest/title_localized_pa/background.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.extension.onConnect.addListener(function(port) { |
+chrome.runtime.onConnect.addListener(function(port) { |
port.onMessage.addListener(function(mybool) { |
// Let Chrome know that the PageAction needs to be enabled for this tabId |
// and for the url of this page. |