Bug 695482 - Open 'Search Google for <selection>' in the foreground. r=gavin ui-r=limi

This commit is contained in:
Frank Yan
2011-10-19 00:32:08 -04:00
parent cf1f919c77
commit 53bbe42f12

View File

@@ -3430,6 +3430,7 @@ const BrowserSearch = {
openLinkIn(submission.uri.spec,
useNewTab ? "tab" : "current",
{ postData: submission.postData,
inBackground: false,
relatedToCurrent: true });
},