DescriptionImplement GCMDriver.java using MultiplexingGcmListener
Known caveat:
- Since GCM on Android only supports a single registration per native
app, only a single web app can register at once, and even then only
if they pass --disable-sync-gcm-in-order-to-try-push-api on the command
line which disables Chrome Sync etc from receiving GCM messages.
Depends on https://codereview.chromium.org/316963003/
BUG=350384
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276795
Patch Set 1 #
Total comments: 3
Patch Set 2 : Guard disabling sync behind command line switch, and add TODO #
Total comments: 11
Patch Set 3 : Style tweaks #Patch Set 4 : Fix FindBugs #
Messages
Total messages: 13 (0 generated)
|