summaryrefslogtreecommitdiffstats
path: root/sync
diff options
context:
space:
mode:
Diffstat (limited to 'sync')
-rw-r--r--sync/notifier/gcm_network_channel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/notifier/gcm_network_channel.cc b/sync/notifier/gcm_network_channel.cc
index 654123a..59f1a57 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 "";