Chromium Code Reviews

Unified Diff: chrome/browser/sync/syncable/model_type.h

Issue 7747043: WORK IN PROGRESS. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Small change Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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,
};

Powered by Google App Engine