Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1407)

Unified Diff: chrome/test/data/push_messaging/push_test.js

Issue 1078873004: Address the TODOs in the PushMessagingBrowserTest for the endpoint merge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@push-subscriptionId
Patch Set: rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/push_messaging/push_messaging_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/push_messaging/push_test.js
diff --git a/chrome/test/data/push_messaging/push_test.js b/chrome/test/data/push_messaging/push_test.js
index b58c0023555b5e255ba959c005edb5cd51b60fc9..dda5908647dfbf90ac3ee112f3ecfc1f2d871669 100644
--- a/chrome/test/data/push_messaging/push_test.js
+++ b/chrome/test/data/push_messaging/push_test.js
@@ -97,8 +97,7 @@ function subscribePush() {
return swRegistration.pushManager.subscribe()
.then(function(subscription) {
pushSubscription = subscription;
- sendResultToTest(
- subscription.endpoint + ' - ' + subscription.subscriptionId);
+ sendResultToTest(subscription.endpoint);
});
}).catch(sendErrorToTest);
}
« no previous file with comments | « chrome/browser/push_messaging/push_messaging_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698