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

Unified Diff: components/invalidation/public/invalidator_state.cc

Issue 1414033013: Add string mapping for INVALIDATOR_SHUTTING_DOWN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/public/invalidator_state.cc
diff --git a/components/invalidation/public/invalidator_state.cc b/components/invalidation/public/invalidator_state.cc
index d7f7e394949b36dade47b2e6687f750481f14f39..34df6f4bc65e8768e293d4b375c5fbe2d6143aa1 100644
--- a/components/invalidation/public/invalidator_state.cc
+++ b/components/invalidation/public/invalidator_state.cc
@@ -16,6 +16,8 @@ const char* InvalidatorStateToString(InvalidatorState state) {
return "INVALIDATION_CREDENTIALS_REJECTED";
case INVALIDATIONS_ENABLED:
return "INVALIDATIONS_ENABLED";
+ case INVALIDATOR_SHUTTING_DOWN:
+ return "INVALIDATOR_SHUTTING_DOWN";
default:
NOTREACHED();
return "UNKNOWN_INVALIDATOR_STATE";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698