From 63bcceb295ee6a92f227affe997790ced3d93b66 Mon Sep 17 00:00:00 2001 From: qidonna <968756+qidonna@users.noreply.github.com> Date: Fri, 18 Oct 2019 10:06:02 -0700 Subject: [PATCH] SwG release 0.1.22.76 (#25088) --- third_party/subscriptions-project/config.js | 2 +- third_party/subscriptions-project/swg.js | 14 ++------------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/third_party/subscriptions-project/config.js b/third_party/subscriptions-project/config.js index 2c66849ebc7a..c2ab002941fb 100644 --- a/third_party/subscriptions-project/config.js +++ b/third_party/subscriptions-project/config.js @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -/** Version: 0.1.22.75 */ +/** Version: 0.1.22.76 */ /** * Copyright 2018 The Subscribe with Google Authors. All Rights Reserved. * diff --git a/third_party/subscriptions-project/swg.js b/third_party/subscriptions-project/swg.js index 90dccc85e38a..34d7c9d7aba0 100644 --- a/third_party/subscriptions-project/swg.js +++ b/third_party/subscriptions-project/swg.js @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -/** Version: 0.1.22.75 */ +/** Version: 0.1.22.76 */ /** * Copyright 2018 The Subscribe with Google Authors. All Rights Reserved. * @@ -4183,7 +4183,7 @@ function feCached(url) { */ function feArgs(args) { return Object.assign(args, { - '_client': 'SwG 0.1.22.75', + '_client': 'SwG 0.1.22.76', }); } @@ -14691,16 +14691,6 @@ class AnalyticsService { return request; } - /** - * Handles the message received by the port. - * @param {function(!Object)} callback - */ - onMessage(callback) { - this.lastAction_ = this.start_().then(port => { - port.onMessageDeprecated(callback); - }); - } - /** * @return {boolean} */