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

Unified Diff: components/sync/syncable/model_type.cc

Issue 2834453006: [Sync] Update Type Info section of sync-internals. (Closed)
Patch Set: Reworked some of the variables in GetTypeStatusMap(). Created 3 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 | « components/sync/engine_impl/model_type_registry.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/model_type.cc
diff --git a/components/sync/syncable/model_type.cc b/components/sync/syncable/model_type.cc
index 942b898e7fb6f18fe27ce79ec6e467f0ae7f628d..e1f4d49d127d3afc456ce0b151094b3d16c65c8c 100644
--- a/components/sync/syncable/model_type.cc
+++ b/components/sync/syncable/model_type.cc
@@ -547,7 +547,7 @@ const char* ModelTypeToString(ModelType model_type) {
if (model_type >= UNSPECIFIED && model_type < MODEL_TYPE_COUNT)
return kModelTypeInfoMap[model_type].model_type_string;
NOTREACHED() << "No known extension for model type.";
- return "INVALID";
+ return "Invalid";
}
// The normal rules about histograms apply here. Always append to the bottom of
« no previous file with comments | « components/sync/engine_impl/model_type_registry.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698