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

Side by Side Diff: chrome/test/data/durable/durability-window1.html

Issue 1294913009: Durable Storage: Add "deny" test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change permission to is_persistent Created 5 years, 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <script>
3
4 function checkPermission() {
5 navigator.storage.persistentPermission().then(function(permission) {
6 window.domAutomationController.send(permission);
7 });
8 }
9
10 </script>
OLDNEW
« no previous file with comments | « chrome/test/data/durable/durability-permissions.html ('k') | chrome/test/data/durable/durability-window2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698