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

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

Issue 2469293002: Handle push resubscribes with no sender info (avoids DCHECK) (Closed)
Patch Set: call it fixed_sender_id when it is (hopefully) fixed Created 4 years, 1 month 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_no_manifest.html
diff --git a/chrome/test/data/push_messaging/test.html b/chrome/test/data/push_messaging/test_no_manifest.html
similarity index 84%
copy from chrome/test/data/push_messaging/test.html
copy to chrome/test/data/push_messaging/test_no_manifest.html
index ffead9612a67eda066d5e8114a9f57f2eafe52df..96c2ce4f6736a5498eca1005a8db4323b8626ce6 100644
--- a/chrome/test/data/push_messaging/test.html
+++ b/chrome/test/data/push_messaging/test_no_manifest.html
@@ -2,7 +2,6 @@
<html>
<head>
<title>Push API Test</title>
- <link rel="manifest" href="manifest.json">
<script src="../result_queue.js"></script>
<script src="push_constants.js"></script>
<script src="push_test.js"></script>
« no previous file with comments | « chrome/test/data/push_messaging/service_worker.js ('k') | content/browser/push_messaging/push_messaging_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698