Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/ext/content.js

Issue 5088751004942336: Issue 370 - Right-clicked element is removed independent of created filter (Closed)
Patch Set: Rebase to rev 3c9cea80c481 Created July 18, 2014, 8:54 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/ext/common.js ('k') | chrome/ext/popup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/ext/content.js
===================================================================
rename from chrome/content.js
rename to chrome/ext/content.js
--- a/chrome/content.js
+++ b/chrome/ext/content.js
@@ -1,1 +1,4 @@
-
+chrome.runtime.onMessage.addListener(function(message, sender, sendResponse)
+{
+ return ext.onMessage._dispatch(message, {}, sendResponse);
+});
« no previous file with comments | « chrome/ext/common.js ('k') | chrome/ext/popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld