Index: sync/notifier/gcm_network_channel.cc |
diff --git a/sync/notifier/gcm_network_channel.cc b/sync/notifier/gcm_network_channel.cc |
index 654123a72b62e7dddf6ee867b915f2f45f1e51a1..59f1a575cc708743b6e04364819cf198b4f6b697 100644 |
--- a/sync/notifier/gcm_network_channel.cc |
+++ b/sync/notifier/gcm_network_channel.cc |
@@ -421,6 +421,7 @@ std::string GCMNetworkChannelDiagnostic::GCMClientResultToString( |
ENUM_CASE(gcm::GCMClient::NOT_SIGNED_IN); |
ENUM_CASE(gcm::GCMClient::INVALID_PARAMETER); |
ENUM_CASE(gcm::GCMClient::ASYNC_OPERATION_PENDING); |
+ ENUM_CASE(gcm::GCMClient::GCM_DISABLED); |
} |
NOTREACHED(); |
return ""; |