| Index: chrome/test/data/extensions/samples/subscribe_page_action/background.html
|
| diff --git a/chrome/test/data/extensions/samples/subscribe_page_action/background.html b/chrome/test/data/extensions/samples/subscribe_page_action/background.html
|
| index e77d2e436fd8d7fffe0fa7440867e41eba1da2de..a8a0902417a0cea4d9885a0e639937f6bff2231a 100644
|
| --- a/chrome/test/data/extensions/samples/subscribe_page_action/background.html
|
| +++ b/chrome/test/data/extensions/samples/subscribe_page_action/background.html
|
| @@ -11,7 +11,7 @@
|
| // example what feedUrl was detected in the tab).
|
| var feedData = {};
|
|
|
| - chrome.self.onConnect.addListener(function(port) {
|
| + chrome.extension.onConnect.addListener(function(port) {
|
| // This will get called from the content script using PostMessage.
|
| // |feedUrls| is a list of URL feeds found on the page. We only need 1 to
|
| // enable the PageAction icon in the Omnibox.
|
|
|