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

Unified Diff: LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js

Issue 1083193006: Rename hasPermission to permissionState. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: re-add hasPermission to the expectations file 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
Index: LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js
diff --git a/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js b/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js
index f9832695acb0938ff79457454e444587bbf7abea..05d153ba5041458b7b51e7caa5dd2c0dd6cc6a1f 100644
--- a/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js
+++ b/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js
@@ -19,7 +19,7 @@ test(function() {
assert_inherits(registration.pushManager, 'subscribe');
assert_inherits(registration.pushManager, 'getSubscription');
- assert_inherits(registration.pushManager, 'hasPermission');
+ assert_inherits(registration.pushManager, 'permissionState');
}, 'PushManager should be exposed and have the expected interface.');

Powered by Google App Engine
This is Rietveld 408576698