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

Unified Diff: google_apis/gcm/engine/mcs_client.h

Issue 176823009: Show device information in chrome://gcm-internals page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 10 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: google_apis/gcm/engine/mcs_client.h
diff --git a/google_apis/gcm/engine/mcs_client.h b/google_apis/gcm/engine/mcs_client.h
index a81643bf9b9e10ab848fd6f6887e828fcf225365..e43bf44207430b76677d4ca39cb4f4930cad270d 100644
--- a/google_apis/gcm/engine/mcs_client.h
+++ b/google_apis/gcm/engine/mcs_client.h
@@ -84,6 +84,8 @@ class GCM_EXPORT MCSClient {
const std::string& message_id,
MessageSendStatus status)> OnMessageSentCallback;
+ static std::string GetStateString(State state);
+
MCSClient(const std::string& version_string,
base::Clock* clock,
ConnectionFactory* connection_factory,

Powered by Google App Engine
This is Rietveld 408576698