summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/pref_names.cc
diff options
context:
space:
mode:
authorbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 10:27:00 +0000
committerbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 10:27:00 +0000
commitb8de5baaf5b6132318158816a23a1d00a77b4080 (patch)
tree59a8c3aeb26f2f93a62a43c7785f63daffc9898d /components/sync_driver/pref_names.cc
parent51415b4e3bcfa36e9b9f08cbb25cf6c64f28472b (diff)
downloadchromium_src-b8de5baaf5b6132318158816a23a1d00a77b4080.zip
chromium_src-b8de5baaf5b6132318158816a23a1d00a77b4080.tar.gz
chromium_src-b8de5baaf5b6132318158816a23a1d00a77b4080.tar.bz2
Restore alphabetic order after "managed user" -> "supervised user" rename.
TBR=zea@chromium.org,sky@chromium.org BUG=385113 Review URL: https://codereview.chromium.org/341893008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279668 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/sync_driver/pref_names.cc')
-rw-r--r--components/sync_driver/pref_names.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/components/sync_driver/pref_names.cc b/components/sync_driver/pref_names.cc
index e4e0373..d1568bc 100644
--- a/components/sync_driver/pref_names.cc
+++ b/components/sync_driver/pref_names.cc
@@ -34,6 +34,7 @@ const char kSyncAppList[] = "sync.app_list";
const char kSyncAppNotifications[] = "sync.app_notifications";
const char kSyncAppSettings[] = "sync.app_settings";
const char kSyncApps[] = "sync.apps";
+const char kSyncArticles[] = "sync.articles";
const char kSyncAutofillProfile[] = "sync.autofill_profile";
const char kSyncAutofill[] = "sync.autofill";
const char kSyncBookmarks[] = "sync.bookmarks";
@@ -43,16 +44,15 @@ const char kSyncExtensions[] = "sync.extensions";
const char kSyncFaviconImages[] = "sync.favicon_images";
const char kSyncFaviconTracking[] = "sync.favicon_tracking";
const char kSyncHistoryDeleteDirectives[] = "sync.history_delete_directives";
-const char kSyncSupervisedUserSettings[] = "sync.managed_user_settings";
-const char kSyncSupervisedUserSharedSettings[] =
- "sync.managed_user_shared_settings";
-const char kSyncSupervisedUsers[] = "sync.managed_users";
-const char kSyncArticles[] = "sync.articles";
const char kSyncPasswords[] = "sync.passwords";
const char kSyncPreferences[] = "sync.preferences";
const char kSyncPriorityPreferences[] = "sync.priority_preferences";
const char kSyncSearchEngines[] = "sync.search_engines";
const char kSyncSessions[] = "sync.sessions";
+const char kSyncSupervisedUserSettings[] = "sync.managed_user_settings";
+const char kSyncSupervisedUserSharedSettings[] =
+ "sync.managed_user_shared_settings";
+const char kSyncSupervisedUsers[] = "sync.managed_users";
const char kSyncSyncedNotificationAppInfo[] =
"sync.synced_notification_app_info";
const char kSyncSyncedNotifications[] = "sync.synced_notifications";