Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6841)

Unified Diff: chrome/test/data/extensions/subscribe_page_action/background.js

Issue 12843037: Convert the RSS extension to event pages to avoid a dedicated background process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/data/extensions/subscribe_page_action/doc_start.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [];
« no previous file with comments | « no previous file | chrome/test/data/extensions/subscribe_page_action/doc_start.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698