aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/background_page.html b/background_page.html
index 349212ef..94595b2b 100644
--- a/background_page.html
+++ b/background_page.html
@@ -507,8 +507,11 @@
if (!registryEntry.isBackgroundCommand) {
var port = chrome.tabs.connect(tabId, { name: "executePageCommand" });
- port.postMessage({ command: registryEntry.command, count: count,
- completionKeys: generateCompletionKeys("") });
+ port.postMessage({ command: registryEntry.command,
+ count: count,
+ passCountToFunction: registryEntry.passCountToFunction,
+ completionKeys: generateCompletionKeys("")
+ });
refreshedCompletionKeys = true;
} else {