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

Unified Diff: lib/filterComposer.js

Issue 29738601: Issue 6431 - Removed old options page (Closed)
Patch Set: Created March 31, 2018, 7:30 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 | « desktop-options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/filterComposer.js
===================================================================
--- a/lib/filterComposer.js
+++ b/lib/filterComposer.js
@@ -313,11 +313,6 @@
});
});
-port.on("composer.quoteCSS", (message, sender) =>
-{
- return quoteCSS(message.CSS);
-});
-
ext.pages.onLoading.addListener(page =>
{
// When tabs start loading we send them a message to ensure that the state
« no previous file with comments | « desktop-options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld