| 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 61bcbd032cea9f3086de01e11a2d136dc3933bc8..cd97cb13f1547df2b13b51ee234fa230e255a7da 100644
|
| --- a/sync/internal_api/public/base/model_type.h
|
| +++ b/sync/internal_api/public/base/model_type.h
|
| @@ -110,6 +110,9 @@ enum ModelType {
|
| ARTICLES,
|
| // App List items
|
| APP_LIST,
|
| + // WiFi credentials. Each item contains the information for connecting to one
|
| + // WiFi network. This includes, e.g., network name and password.
|
| + WIFI_CREDENTIALS,
|
|
|
| // ---- Proxy types ----
|
| // Proxy types are excluded from the sync protocol, but are still considered
|
|
|