Bug 1309632 - removed ON_FXA_UPDATE_NOTIFICATION line from services/fxaccounts/FxAccountsCommon.js; r=kitcambridge draft
authorJoshua Mengel, Bailey Hudson <17039@cgs.act.edu.au>
Mon, 22 Jan 2018 15:21:37 -0800
changeset 723336 bd35f45fba5a95adbda308a40d5487d11f88ba24
parent 720139 04c0a07b8de21300856ec89b7d118d4be9b86250
child 723341 60e667b8da10a87b854f835b79363b9ca6d94d09
push id96399
push userbmo:17039@cgs.act.edu.au
push dateMon, 22 Jan 2018 23:25:40 +0000
reviewerskitcambridge
bugs1309632
milestone59.0a1
Bug 1309632 - removed ON_FXA_UPDATE_NOTIFICATION line from services/fxaccounts/FxAccountsCommon.js; r=kitcambridge MozReview-Commit-ID: 2NofcYRo8Hh
services/fxaccounts/FxAccountsCommon.js
--- a/services/fxaccounts/FxAccountsCommon.js
+++ b/services/fxaccounts/FxAccountsCommon.js
@@ -57,17 +57,16 @@ exports.KEY_LIFETIME       = 1000 * 3600
 // many milliseconds have elapsed.
 exports.POLL_SESSION       = 1000 * 60 * 20; // 20 minutes
 
 // Observer notifications.
 exports.ONLOGIN_NOTIFICATION = "fxaccounts:onlogin";
 exports.ONVERIFIED_NOTIFICATION = "fxaccounts:onverified";
 exports.ONLOGOUT_NOTIFICATION = "fxaccounts:onlogout";
 // Internal to services/fxaccounts only
-exports.ON_FXA_UPDATE_NOTIFICATION = "fxaccounts:update";
 exports.ON_DEVICE_CONNECTED_NOTIFICATION = "fxaccounts:device_connected";
 exports.ON_DEVICE_DISCONNECTED_NOTIFICATION = "fxaccounts:device_disconnected";
 exports.ON_PROFILE_UPDATED_NOTIFICATION = "fxaccounts:profile_updated"; // Push
 exports.ON_PASSWORD_CHANGED_NOTIFICATION = "fxaccounts:password_changed";
 exports.ON_PASSWORD_RESET_NOTIFICATION = "fxaccounts:password_reset";
 exports.ON_ACCOUNT_DESTROYED_NOTIFICATION = "fxaccounts:account_destroyed";
 exports.ON_COLLECTION_CHANGED_NOTIFICATION = "sync:collection_changed";
 exports.ON_VERIFY_LOGIN_NOTIFICATION = "fxaccounts:verify_login";