Chromium Code Reviews| Index: chrome/test/data/push_messaging/test.html |
| diff --git a/chrome/test/data/push_messaging/test.html b/chrome/test/data/push_messaging/test.html |
| index 30ebc2273e4fbac81cbb42bcc38e22e083c650e8..19ab91ea7e24d401396b933586104539860f969b 100644 |
| --- a/chrome/test/data/push_messaging/test.html |
| +++ b/chrome/test/data/push_messaging/test.html |
| @@ -3,6 +3,7 @@ |
| <head> |
| <title>Push API Test</title> |
| <link rel="manifest" href="manifest.json"> |
| + <script src="push_constants.js"></script> |
|
Michael van Ouwerkerk
2016/03/30 09:50:04
You'll need this also in test_no_subscription_opti
harkness
2016/03/30 10:51:49
Done.
|
| <script src="push_test.js"></script> |
| </head> |
| <body> |