Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(410)

Unified Diff: trunk/src/google_apis/gcm/engine/gcm_store.h

Issue 227413010: Revert 262242 "Adding basic G-services handling" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/google_apis/gcm/engine/gcm_store.h
===================================================================
--- trunk/src/google_apis/gcm/engine/gcm_store.h (revision 262265)
+++ trunk/src/google_apis/gcm/engine/gcm_store.h (working copy)
@@ -48,8 +48,6 @@
RegistrationInfoMap registrations;
std::vector<std::string> incoming_messages;
OutgoingMessageMap outgoing_messages;
- std::map<std::string, std::string> gservices_settings;
- std::string gservices_digest;
base::Time last_checkin_time;
};
@@ -109,14 +107,6 @@
virtual void SetLastCheckinTime(const base::Time& last_checkin_time,
const UpdateCallback& callback) = 0;
- // G-service settings handling.
- // Persists |settings| and |settings_digest|. It completely replaces the
- // existing data.
- virtual void SetGServicesSettings(
- const std::map<std::string, std::string>& settings,
- const std::string& settings_digest,
- const UpdateCallback& callback) = 0;
-
private:
DISALLOW_COPY_AND_ASSIGN(GCMStore);
};
« no previous file with comments | « trunk/src/google_apis/gcm/engine/checkin_request_unittest.cc ('k') | trunk/src/google_apis/gcm/engine/gcm_store_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698