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

Unified Diff: chrome/browser/sync/sync_prefs.cc

Issue 8375047: Separate the syncing of extension settings and app settings into separate data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 2 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/sync_prefs.cc
diff --git a/chrome/browser/sync/sync_prefs.cc b/chrome/browser/sync/sync_prefs.cc
index 2be149f2e41c9bbc208af42dc00bda41c5fcfc91..898790057d70b23f7eed3c2c180a2913ba802a92 100644
--- a/chrome/browser/sync/sync_prefs.cc
+++ b/chrome/browser/sync/sync_prefs.cc
@@ -372,6 +372,8 @@ const char* GetPrefNameForDataType(syncable::ModelType data_type) {
return prefs::kSyncExtensionSettings;
case syncable::EXTENSIONS:
return prefs::kSyncExtensions;
+ case syncable::APP_SETTINGS:
+ return prefs::kSyncAppSettings;
case syncable::APPS:
return prefs::kSyncApps;
case syncable::SEARCH_ENGINES:

Powered by Google App Engine
This is Rietveld 408576698