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

Unified Diff: chrome/test/data/push_messaging/test_user_visible_only_manifest.html

Issue 1158923002: Remove support for the "gcm_user_visible_only" manifest key. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a message Created 5 years, 7 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: chrome/test/data/push_messaging/test_user_visible_only_manifest.html
diff --git a/chrome/test/data/push_messaging/test_user_visible_only_manifest.html b/chrome/test/data/push_messaging/test_user_visible_only_manifest.html
deleted file mode 100644
index 6d9560dadf62d8f0ec62fd9fc42a899614846aad..0000000000000000000000000000000000000000
--- a/chrome/test/data/push_messaging/test_user_visible_only_manifest.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>Push API Bad Manifest Test</title>
- <link rel="manifest" href="manifest_with_user_visible_true.json">
- <script src="push_test.js"></script>
- </head>
- <body>
- <h1>Push API: gcm_user_visible_only=true in the Manifest</h1>
- <script>
- var pushSubscriptionOptions = {};
- </script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698