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

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 18d745621cba18bdc73d2219cfadbe4a2e956914..29d37e529de716be11cd83b90b993c023648ef2a 100644
--- a/chrome/browser/sync/sync_prefs.cc
+++ b/chrome/browser/sync/sync_prefs.cc
@@ -349,6 +349,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