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

Unified Diff: background.js

Issue 29333133: Issue 3153 - Removed redundant handling of add-subscription message (Closed)
Patch Set: Created Jan. 4, 2016, 3:51 p.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 | « no previous file | options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.js
===================================================================
--- a/background.js
+++ b/background.js
@@ -388,12 +388,6 @@
sendResponse({status: "ok"});
break;
- case "add-subscription":
- ext.showOptions(function(page)
- {
- page.sendMessage(msg);
- });
- break;
case "add-sitekey":
processKey(msg.token, sender.page, sender.frame);
break;
« no previous file with comments | « no previous file | options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld