| 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 5cc97f64459aa7d50726309157dff25a412e2c61..80c776bbd471eebd6403e06d3001cef051099167 100644
|
| --- a/components/gcm_driver/gcm_driver_android.h
|
| +++ b/components/gcm_driver/gcm_driver_android.h
|
| @@ -59,6 +59,8 @@ class GCMDriverAndroid : public GCMDriver {
|
| bool clear_logs) OVERRIDE;
|
| virtual void SetGCMRecording(const GetGCMStatisticsCallback& callback,
|
| bool recording) OVERRIDE;
|
| + virtual void SetAccountTokens(
|
| + const std::vector<GCMClient::AccountTokenInfo>& account_tokens) OVERRIDE;
|
| virtual void UpdateAccountMapping(
|
| const AccountMapping& account_mapping) OVERRIDE;
|
| virtual void RemoveAccountMapping(const std::string& account_id) OVERRIDE;
|
|
|