aboutsummaryrefslogtreecommitdiffstats
path: root/main/firefox/searchbox.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/firefox/searchbox.patch')
-rw-r--r--main/firefox/searchbox.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/main/firefox/searchbox.patch b/main/firefox/searchbox.patch
deleted file mode 100644
index 9330c3db1c..0000000000
--- a/main/firefox/searchbox.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -rc /tmp/mozilla-release/browser/base/content/browser.js mozilla-release/browser/base/content/browser.js
-*** /tmp/mozilla-release/browser/base/content/browser.js 2013-05-11 14:19:21.000000000 -0500
---- mozilla-release/browser/base/content/browser.js 2013-05-19 01:42:13.778359190 -0500
-***************
-*** 3559,3568 ****
- */
- recordSearchInHealthReport: function (engine, source) {
- #ifdef MOZ_SERVICES_HEALTHREPORT
-! let reporter = Cc["@mozilla.org/datareporting/service;1"]
-! .getService()
-! .wrappedJSObject
-! .healthReporter;
-
- // This can happen if the FHR component of the data reporting service is
- // disabled. This is controlled by a pref that most will never use.
---- 3559,3565 ----
- */
- recordSearchInHealthReport: function (engine, source) {
- #ifdef MOZ_SERVICES_HEALTHREPORT
-! return;
-
- // This can happen if the FHR component of the data reporting service is
- // disabled. This is controlled by a pref that most will never use.