| Index: trunk/src/google_apis/gcm/engine/gcm_store_impl.h
|
| ===================================================================
|
| --- trunk/src/google_apis/gcm/engine/gcm_store_impl.h (revision 262265)
|
| +++ trunk/src/google_apis/gcm/engine/gcm_store_impl.h (working copy)
|
| @@ -77,12 +77,6 @@
|
| virtual void SetLastCheckinTime(const base::Time& last_checkin_time,
|
| const UpdateCallback& callback) OVERRIDE;
|
|
|
| - // G-service settings handling.
|
| - virtual void SetGServicesSettings(
|
| - const std::map<std::string, std::string>& settings,
|
| - const std::string& settings_digest,
|
| - const UpdateCallback& callback) OVERRIDE;
|
| -
|
| private:
|
| typedef std::map<std::string, int> AppIdToMessageCountMap;
|
|
|
|
|