Index: chrome/browser/sync/syncable/model_type.h |
diff --git a/chrome/browser/sync/syncable/model_type.h b/chrome/browser/sync/syncable/model_type.h |
index 1ebdeda12ce087e65011cc26fa068ff1159b8e5f..677f82b6370c7edf8473aca28e7c073efb863e43 100644 |
--- a/chrome/browser/sync/syncable/model_type.h |
+++ b/chrome/browser/sync/syncable/model_type.h |
@@ -74,6 +74,8 @@ enum ModelType { |
SESSIONS, |
// An app folder or an app object. |
APPS, |
+ // A setting from the extension settings API. |
+ EXTENSION_SETTINGS, |
MODEL_TYPE_COUNT, |
}; |