Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1020)

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

Issue 7775008: Enable sync for the settings from the Extension Settings API. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Sync to tip. Latest comments. Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
};

Powered by Google App Engine
This is Rietveld 408576698