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

Unified Diff: trunk/src/google_apis/gcm/gcm_client.h

Issue 240583002: Revert 264313 "Add activity recording capability to gcm internal..." (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
« no previous file with comments | « trunk/src/google_apis/gcm/gcm.gyp ('k') | trunk/src/google_apis/gcm/gcm_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/google_apis/gcm/gcm_client.h
===================================================================
--- trunk/src/google_apis/gcm/gcm_client.h (revision 264317)
+++ trunk/src/google_apis/gcm/gcm_client.h (working copy)
@@ -11,7 +11,6 @@
#include "base/basictypes.h"
#include "google_apis/gcm/base/gcm_export.h"
-#include "google_apis/gcm/monitoring/gcm_stats_recorder.h"
template <class T> class scoped_refptr;
@@ -95,17 +94,11 @@
GCMStatistics();
~GCMStatistics();
- bool is_recording;
bool gcm_client_created;
std::string gcm_client_state;
bool connection_client_created;
std::string connection_state;
uint64 android_id;
- std::vector<std::string> registered_app_ids;
- int send_queue_size;
- int resend_queue_size;
-
- std::vector<GCMStatsRecorder::SendingActivity> sending_activities;
};
// A delegate interface that allows the GCMClient instance to interact with
@@ -215,12 +208,6 @@
const std::string& receiver_id,
const OutgoingMessage& message) = 0;
- // Enables or disables internal activity recording.
- virtual void SetRecording(bool recording) = 0;
-
- // Clear all recorded GCM activity logs.
- virtual void ClearActivityLogs() = 0;
-
// Gets internal states and statistics.
virtual GCMStatistics GetStatistics() const = 0;
};
« no previous file with comments | « trunk/src/google_apis/gcm/gcm.gyp ('k') | trunk/src/google_apis/gcm/gcm_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698