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

Unified Diff: LayoutTests/http/tests/push_messaging/interfaces.html

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/interfaces.html
diff --git a/LayoutTests/http/tests/push_messaging/interfaces.html b/LayoutTests/http/tests/push_messaging/interfaces.html
index b47b3ee2dc8f49a00819157e6d8573680d6e0407..fa415a88d7900b5a2d42bcb0ac2e52f1c3e7bfcf 100644
--- a/LayoutTests/http/tests/push_messaging/interfaces.html
+++ b/LayoutTests/http/tests/push_messaging/interfaces.html
@@ -19,7 +19,7 @@
assert_own_property(PushManager.prototype, 'subscribe');
assert_own_property(PushManager.prototype, 'getSubscription');
- assert_own_property(PushManager.prototype, 'hasPermission');
+ assert_own_property(PushManager.prototype, 'permissionState');
}, 'PushManager should be exposed and have the expected interface in a Document.');
@@ -34,4 +34,4 @@
}, 'PushSubscription should be exposed and have the expected interface in a Document.');
</script>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698