Chromium Code Reviews| Index: sync/internal_api/public/base/model_type.h |
| diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h |
| index 383135b13fd731fd4255d4443a0036c02daa15ed..a2d36f82ae20fe4fbab4b3bcf6346fd24a99aff3 100644 |
| --- a/sync/internal_api/public/base/model_type.h |
| +++ b/sync/internal_api/public/base/model_type.h |
| @@ -36,6 +36,10 @@ namespace syncer { |
| // A Java counterpart will be generated for this enum. |
| // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.sync |
| + |
| +// |kModelTypeInfoMap| struct entries are in the same order as their defination |
|
Nicolas Zea
2015/10/30 22:06:48
nit: "defination" -> "definition".
Deepak
2015/10/31 07:37:05
Done.
|
| +// in ModelType enum. Don't forget to update the |kModelTypeInfoMap| struct in |
| +// model_type.cc when you make changes in ModelType enum. |
| enum ModelType { |
| // Object type unknown. Objects may transition through |
| // the unknown state during their initial creation, before |