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

Side by Side Diff: components/sync_driver/pref_names.cc

Issue 316863002: Rename "managed (mode|user)" to "supervised user" (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/sync_driver/pref_names.h ('k') | components/sync_driver/sync_prefs.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/sync_driver/pref_names.h" 5 #include "components/sync_driver/pref_names.h"
6 6
7 namespace sync_driver { 7 namespace sync_driver {
8 8
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 25 matching lines...) Expand all
36 const char kSyncApps[] = "sync.apps"; 36 const char kSyncApps[] = "sync.apps";
37 const char kSyncAutofillProfile[] = "sync.autofill_profile"; 37 const char kSyncAutofillProfile[] = "sync.autofill_profile";
38 const char kSyncAutofill[] = "sync.autofill"; 38 const char kSyncAutofill[] = "sync.autofill";
39 const char kSyncBookmarks[] = "sync.bookmarks"; 39 const char kSyncBookmarks[] = "sync.bookmarks";
40 const char kSyncDictionary[] = "sync.dictionary"; 40 const char kSyncDictionary[] = "sync.dictionary";
41 const char kSyncExtensionSettings[] = "sync.extension_settings"; 41 const char kSyncExtensionSettings[] = "sync.extension_settings";
42 const char kSyncExtensions[] = "sync.extensions"; 42 const char kSyncExtensions[] = "sync.extensions";
43 const char kSyncFaviconImages[] = "sync.favicon_images"; 43 const char kSyncFaviconImages[] = "sync.favicon_images";
44 const char kSyncFaviconTracking[] = "sync.favicon_tracking"; 44 const char kSyncFaviconTracking[] = "sync.favicon_tracking";
45 const char kSyncHistoryDeleteDirectives[] = "sync.history_delete_directives"; 45 const char kSyncHistoryDeleteDirectives[] = "sync.history_delete_directives";
46 const char kSyncManagedUserSettings[] = "sync.managed_user_settings"; 46 const char kSyncSupervisedUserSettings[] = "sync.managed_user_settings";
47 const char kSyncManagedUserSharedSettings[] = 47 const char kSyncSupervisedUserSharedSettings[] =
48 "sync.managed_user_shared_settings"; 48 "sync.managed_user_shared_settings";
49 const char kSyncManagedUsers[] = "sync.managed_users"; 49 const char kSyncSupervisedUsers[] = "sync.managed_users";
50 const char kSyncArticles[] = "sync.articles"; 50 const char kSyncArticles[] = "sync.articles";
51 const char kSyncPasswords[] = "sync.passwords"; 51 const char kSyncPasswords[] = "sync.passwords";
52 const char kSyncPreferences[] = "sync.preferences"; 52 const char kSyncPreferences[] = "sync.preferences";
53 const char kSyncPriorityPreferences[] = "sync.priority_preferences"; 53 const char kSyncPriorityPreferences[] = "sync.priority_preferences";
54 const char kSyncSearchEngines[] = "sync.search_engines"; 54 const char kSyncSearchEngines[] = "sync.search_engines";
55 const char kSyncSessions[] = "sync.sessions"; 55 const char kSyncSessions[] = "sync.sessions";
56 const char kSyncSyncedNotificationAppInfo[] = 56 const char kSyncSyncedNotificationAppInfo[] =
57 "sync.synced_notification_app_info"; 57 "sync.synced_notification_app_info";
58 const char kSyncSyncedNotifications[] = "sync.synced_notifications"; 58 const char kSyncSyncedNotifications[] = "sync.synced_notifications";
59 const char kSyncTabs[] = "sync.tabs"; 59 const char kSyncTabs[] = "sync.tabs";
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 97
98 // Stores how many times to try rollback before giving up. 98 // Stores how many times to try rollback before giving up.
99 const char kSyncRemainingRollbackTries[] = "sync.remaining_rollback_tries"; 99 const char kSyncRemainingRollbackTries[] = "sync.remaining_rollback_tries";
100 100
101 // Stores the timestamp of first sync. 101 // Stores the timestamp of first sync.
102 const char kSyncFirstSyncTime[] = "sync.first_sync_time"; 102 const char kSyncFirstSyncTime[] = "sync.first_sync_time";
103 103
104 } // namespace prefs 104 } // namespace prefs
105 105
106 } // namespace sync_driver 106 } // namespace sync_driver
OLDNEW
« no previous file with comments | « components/sync_driver/pref_names.h ('k') | components/sync_driver/sync_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698