Chromium Code Reviews| Index: components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java |
| diff --git a/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java b/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java |
| index 29c8b4dad80a61b88c2e908e15108c74e4c7c620..1ab551f402bd73e5ec060063e124448a0d89cb93 100644 |
| --- a/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java |
| +++ b/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java |
| @@ -117,7 +117,7 @@ public class GCMDriver { |
| }.execute(); |
| } |
| - static void onMessageReceived(Context context, final String appId, final Bundle extras) { |
| + public static void onMessageReceived(Context context, final String appId, final Bundle extras) { |
|
nyquist
2015/04/09 21:34:16
This feels a bit bad in fact.
Peter Beverloo
2015/04/10 11:52:02
I'm not super concerned about this actually - what
Nicolas Zea
2015/04/10 17:10:29
Sounds good, thanks Peter!
|
| // TODO(johnme): Store message and redeliver later if Chrome is killed before delivery. |
| ThreadUtils.assertOnUiThread(); |
| launchNativeThen(context, new Runnable() { |