| Index: components/sync/base/model_type.h
|
| diff --git a/components/sync/base/model_type.h b/components/sync/base/model_type.h
|
| index 72c7cdebea76afba00080e046b048ae88ed30658..f1ea0f3f45ee4bd751d17948e6670e1e064f4320 100644
|
| --- a/components/sync/base/model_type.h
|
| +++ b/components/sync/base/model_type.h
|
| @@ -134,6 +134,8 @@ enum ModelType {
|
| ARC_PACKAGE,
|
| // Printer device information.
|
| PRINTERS,
|
| + // Reading list items.
|
| + READING_LIST,
|
|
|
| // ---- Proxy types ----
|
| // Proxy types are excluded from the sync protocol, but are still considered
|
|
|