From 8e8a01356ee0c3c8331d199cb5c2e17029aabeb6 Mon Sep 17 00:00:00 2001 From: Edward Lee Date: Tue, 31 Mar 2009 20:07:43 -0500 Subject: [PATCH] Bug 486234 - Give changes json file name for history, passwords --- services/sync/modules/engines/history.js | 1 + services/sync/modules/engines/passwords.js | 1 + 2 files changed, 2 insertions(+) diff --git a/services/sync/modules/engines/history.js b/services/sync/modules/engines/history.js index d0ad2b04ea8b..14917a0439cb 100644 --- a/services/sync/modules/engines/history.js +++ b/services/sync/modules/engines/history.js @@ -473,6 +473,7 @@ function HistoryTracker() { HistoryTracker.prototype = { __proto__: Tracker.prototype, _logName: "HistoryTracker", + file: "history", QueryInterface: XPCOMUtils.generateQI([Ci.nsINavHistoryObserver]), diff --git a/services/sync/modules/engines/passwords.js b/services/sync/modules/engines/passwords.js index 8bfaee5add5f..efdb65e1835b 100644 --- a/services/sync/modules/engines/passwords.js +++ b/services/sync/modules/engines/passwords.js @@ -227,6 +227,7 @@ function PasswordTracker() { PasswordTracker.prototype = { __proto__: Tracker.prototype, _logName: "PasswordTracker", + file: "password", _init: function PasswordTracker_init() { Tracker.prototype._init.call(this);