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 b4285e55207d6b048f53a5a188223f197b5f04c8..09f4410f2bbcfc9c791e5c2f68685bd5b709f325 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, |
}; |