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

Unified Diff: chrome/test/data/extensions/subscribe_page_action/doc_start.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, 8 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
Index: chrome/test/data/extensions/subscribe_page_action/doc_start.js
===================================================================
--- chrome/test/data/extensions/subscribe_page_action/doc_start.js (revision 192805)
+++ chrome/test/data/extensions/subscribe_page_action/doc_start.js (working copy)
@@ -7,4 +7,4 @@
// See if the current document is a feed document and if so, let
// the extension know that we should show the subscribe page instead.
if (containsFeed(document))
- chrome.extension.sendRequest({msg: "feedDocument", href: location.href});
+ chrome.extension.sendMessage({msg: "feedDocument", href: location.href});

Powered by Google App Engine
This is Rietveld 408576698