OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 "chrome/common/pref_names.h" | 5 #include "chrome/common/pref_names.h" |
6 | 6 |
7 #include "base/basictypes.h" | 7 #include "base/basictypes.h" |
8 #include "chrome/common/pref_font_webkit_names.h" | 8 #include "chrome/common/pref_font_webkit_names.h" |
9 | 9 |
10 namespace prefs { | 10 namespace prefs { |
(...skipping 1716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1727 // Boolean specifying whether the user finished setting up sync. | 1727 // Boolean specifying whether the user finished setting up sync. |
1728 const char kSyncHasSetupCompleted[] = "sync.has_setup_completed"; | 1728 const char kSyncHasSetupCompleted[] = "sync.has_setup_completed"; |
1729 | 1729 |
1730 // Boolean specifying whether to automatically sync all data types (including | 1730 // Boolean specifying whether to automatically sync all data types (including |
1731 // future ones, as they're added). If this is true, the following preferences | 1731 // future ones, as they're added). If this is true, the following preferences |
1732 // (kSyncBookmarks, kSyncPasswords, etc.) can all be ignored. | 1732 // (kSyncBookmarks, kSyncPasswords, etc.) can all be ignored. |
1733 const char kSyncKeepEverythingSynced[] = "sync.keep_everything_synced"; | 1733 const char kSyncKeepEverythingSynced[] = "sync.keep_everything_synced"; |
1734 | 1734 |
1735 // Booleans specifying whether the user has selected to sync the following | 1735 // Booleans specifying whether the user has selected to sync the following |
1736 // datatypes. | 1736 // datatypes. |
| 1737 const char kSyncAppNotifications[] = "sync.app_notifications"; |
| 1738 const char kSyncAppSettings[] = "sync.app_settings"; |
| 1739 const char kSyncApps[] = "sync.apps"; |
| 1740 const char kSyncAutofillProfile[] = "sync.autofill_profile"; |
| 1741 const char kSyncAutofill[] = "sync.autofill"; |
1737 const char kSyncBookmarks[] = "sync.bookmarks"; | 1742 const char kSyncBookmarks[] = "sync.bookmarks"; |
| 1743 const char kSyncDictionary[] = "sync.dictionary"; |
| 1744 const char kSyncExtensionSettings[] = "sync.extension_settings"; |
| 1745 const char kSyncExtensions[] = "sync.extensions"; |
| 1746 const char kSyncFaviconImages[] = "sync.favicon_images"; |
| 1747 const char kSyncFaviconTracking[] = "sync.favicon_tracking"; |
| 1748 const char kSyncHistoryDeleteDirectives[] = "sync.history_delete_directives"; |
| 1749 const char kSyncManagedUserSettings[] = "sync.managed_user_settings"; |
1738 const char kSyncPasswords[] = "sync.passwords"; | 1750 const char kSyncPasswords[] = "sync.passwords"; |
1739 const char kSyncPreferences[] = "sync.preferences"; | 1751 const char kSyncPreferences[] = "sync.preferences"; |
1740 const char kSyncPriorityPreferences[] = "sync.priority_preferences"; | 1752 const char kSyncPriorityPreferences[] = "sync.priority_preferences"; |
1741 const char kSyncAppNotifications[] = "sync.app_notifications"; | 1753 const char kSyncSearchEngines[] = "sync.search_engines"; |
1742 const char kSyncAppSettings[] = "sync.app_settings"; | 1754 const char kSyncSessions[] = "sync.sessions"; |
1743 const char kSyncApps[] = "sync.apps"; | 1755 const char kSyncSyncedNotifications[] = "sync.synced_notifications"; |
1744 const char kSyncAutofill[] = "sync.autofill"; | 1756 const char kSyncTabs[] = "sync.tabs"; |
1745 const char kSyncAutofillProfile[] = "sync.autofill_profile"; | |
1746 const char kSyncThemes[] = "sync.themes"; | 1757 const char kSyncThemes[] = "sync.themes"; |
1747 const char kSyncTypedUrls[] = "sync.typed_urls"; | 1758 const char kSyncTypedUrls[] = "sync.typed_urls"; |
1748 const char kSyncExtensions[] = "sync.extensions"; | |
1749 const char kSyncExtensionSettings[] = "sync.extension_settings"; | |
1750 const char kSyncSearchEngines[] = "sync.search_engines"; | |
1751 const char kSyncSessions[] = "sync.sessions"; | |
1752 const char kSyncHistoryDeleteDirectives[] = "sync.history_delete_directives"; | |
1753 const char kSyncSyncedNotifications[] = "sync.synced_notifications"; | |
1754 const char kSyncDictionary[] = "sync.dictionary"; | |
1755 const char kSyncFaviconImages[] = "sync.favicon_images"; | |
1756 const char kSyncFaviconTracking[] = "sync.favicon_tracking"; | |
1757 const char kSyncTabs[] = "sync.tabs"; | |
1758 | 1759 |
1759 // Boolean used by enterprise configuration management in order to lock down | 1760 // Boolean used by enterprise configuration management in order to lock down |
1760 // sync. | 1761 // sync. |
1761 const char kSyncManaged[] = "sync.managed"; | 1762 const char kSyncManaged[] = "sync.managed"; |
1762 | 1763 |
1763 // Boolean to prevent sync from automatically starting up. This is | 1764 // Boolean to prevent sync from automatically starting up. This is |
1764 // used when sync is disabled by the user via the privacy dashboard. | 1765 // used when sync is disabled by the user via the privacy dashboard. |
1765 const char kSyncSuppressStart[] = "sync.suppress_start"; | 1766 const char kSyncSuppressStart[] = "sync.suppress_start"; |
1766 | 1767 |
1767 // List of the currently acknowledged set of sync types, used to figure out | 1768 // List of the currently acknowledged set of sync types, used to figure out |
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2388 // the time of the last ping. | 2389 // the time of the last ping. |
2389 extern const char kAppListLaunchCount[] = "app_list.launch_count"; | 2390 extern const char kAppListLaunchCount[] = "app_list.launch_count"; |
2390 extern const char kLastAppListLaunchPing[] = "app_list.last_launch_ping"; | 2391 extern const char kLastAppListLaunchPing[] = "app_list.last_launch_ping"; |
2391 | 2392 |
2392 // The number of times the an app was launched from the app launcher since last | 2393 // The number of times the an app was launched from the app launcher since last |
2393 // ping and the time of the last ping. | 2394 // ping and the time of the last ping. |
2394 extern const char kAppListAppLaunchCount[] = "app_list.app_launch_count"; | 2395 extern const char kAppListAppLaunchCount[] = "app_list.app_launch_count"; |
2395 extern const char kLastAppListAppLaunchPing[] = "app_list.last_app_launch_ping"; | 2396 extern const char kLastAppListAppLaunchPing[] = "app_list.last_app_launch_ping"; |
2396 | 2397 |
2397 } // namespace prefs | 2398 } // namespace prefs |
OLD | NEW |