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

Unified Diff: chrome/test/data/extensions/api_test/push_messaging_canary/manifest.json

Issue 13483025: Test code to see if a timer fixes the issue for the majority of cases. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Push Messaging Canary Test Fix - Try a longer timeout Created 7 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
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/push_messaging_canary/push_messaging_canary.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/push_messaging_canary/manifest.json
diff --git a/chrome/test/data/extensions/api_test/push_messaging_canary/manifest.json b/chrome/test/data/extensions/api_test/push_messaging_canary/manifest.json
index 2e22bd3f0e327627853767ab4a14b0842e9fbca4..20e36413b5a19755b8bf8a1fc3b1d4ecbacbbc97 100644
--- a/chrome/test/data/extensions/api_test/push_messaging_canary/manifest.json
+++ b/chrome/test/data/extensions/api_test/push_messaging_canary/manifest.json
@@ -8,6 +8,6 @@
"permissions": [
"pushMessaging",
"https://accounts.google.com/o/oauth2/token",
- "https://www.googleapis.com/gcmForChrome/v1/messages"
+ "https://www.googleapis.com/gcm_for_chrome/v1/messages"
]
}
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/push_messaging_canary/push_messaging_canary.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698