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

Unified Diff: chrome/background.js

Issue 6273189772525568: Fixed regression: Clickhide functionality broken (Closed)
Patch Set: Created Nov. 19, 2013, 12:02 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 | « background.js ('k') | chrome/common.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/background.js
===================================================================
--- a/chrome/background.js
+++ b/chrome/background.js
@@ -194,7 +194,7 @@
/* Tabs */
- var sendMessage = chrome.tabs.sendMessage || chrome.tabs.sendRequest;
+ var sendMessage = chrome.tabs.sendRequest;
var PageAction = function(tabId)
{
« no previous file with comments | « background.js ('k') | chrome/common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld