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

Side by Side Diff: chrome/ext/content.js

Issue 6276084194607104: Issue 338 - Updated minimum version to Chrome 28 and got rid of legacy compatibility code (Closed)
Patch Set: Created April 16, 2014, 9:54 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 ext._setupMessageListener(function() { return {}; }); 1 chrome.runtime.onMessage.addListener(function(message, sender, sendResponse)
2 {
3 return ext.onMessage._dispatch(message, {}, sendResponse);
4 });
OLDNEW
« no previous file with comments | « chrome/ext/common.js ('k') | metadata.chrome » ('j') | popupBlocker.js » ('J')

Powered by Google App Engine
This is Rietveld