| Index: components/gcm_driver/gcm_driver_android.h
|
| diff --git a/components/gcm_driver/gcm_driver_android.h b/components/gcm_driver/gcm_driver_android.h
|
| index ab5c9f3700aa1087c515270b70c4052e6c31856e..8b13372655cd6607cc5fc6a738f8806bbc957c33 100644
|
| --- a/components/gcm_driver/gcm_driver_android.h
|
| +++ b/components/gcm_driver/gcm_driver_android.h
|
| @@ -54,6 +54,11 @@ class GCMDriverAndroid : public GCMDriver,
|
| static bool RegisterJni(JNIEnv* env);
|
|
|
| // GCMDriver implementation:
|
| + void ValidateRegistration(
|
| + const std::string& app_id,
|
| + const std::vector<std::string>& sender_ids,
|
| + const std::string& registration_id,
|
| + const ValidateRegistrationCallback& callback) override;
|
| void OnSignedIn() override;
|
| void OnSignedOut() override;
|
| void Enable() override;
|
|
|