Use "find" instead of both find & search

This commit is contained in:
Artur Adib 2012-09-25 16:17:27 -04:00
parent d94bbad575
commit 6864a07221
13 changed files with 101 additions and 101 deletions

View file

@ -317,8 +317,8 @@ ChromeActions.prototype = {
pdfBugEnabled: function() {
return getBoolPref(PREF_PREFIX + '.pdfBugEnabled', false);
},
searchEnabled: function() {
return getBoolPref(PREF_PREFIX + '.searchEnabled', false);
findEnabled: function() {
return getBoolPref(PREF_PREFIX + '.findEnabled', false);
},
fallback: function(url, sendResponse) {
var self = this;