| Index: chrome/test/data/extensions/samples/subscribe/toolstrip.html
|
| diff --git a/chrome/test/data/extensions/samples/subscribe/toolstrip.html b/chrome/test/data/extensions/samples/subscribe/toolstrip.html
|
| index c2355a684be97a50893894ee84f9b0a0ccd2839f..ab4bcbce44f51218546a2a3e1eb051f8b80e67c3 100644
|
| --- a/chrome/test/data/extensions/samples/subscribe/toolstrip.html
|
| +++ b/chrome/test/data/extensions/samples/subscribe/toolstrip.html
|
| @@ -11,7 +11,7 @@
|
|
|
| button.onclick = handleClick;
|
|
|
| - chrome.self.onConnect.addListener(function(port) {
|
| + chrome.extension.onConnect.addListener(function(port) {
|
| port.onMessage.addListener(function(feedUrls) {
|
| // TODO(aa): When we have the ability to display drop downs, we should let
|
| // the user pick which feed to subscribe. Right now, we just pick the
|
|
|