Index: chrome/test/data/extensions/subscribe_page_action/background.js |
=================================================================== |
--- chrome/test/data/extensions/subscribe_page_action/background.js (revision 190361) |
+++ chrome/test/data/extensions/subscribe_page_action/background.js (working copy) |
@@ -6,7 +6,7 @@ |
// example what feedUrl was detected in the tab). |
var feedData = {}; |
not at google - send to devlin
2013/03/26 15:25:38
when the event page unloads this will be lost, but
|
-chrome.extension.onRequest.addListener(function(request, sender) { |
+chrome.extension.onMessage.addListener(function(request, sender) { |
if (request.msg == "feedIcon") { |
// First validate that all the URLs have the right schema. |
var input = []; |