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

Side by Side Diff: chrome/common/pref_names.cc

Issue 12033093: sync: Implementation of Priority Preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 7 years, 8 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 | « chrome/common/pref_names.h ('k') | components/user_prefs/pref_registry_syncable.h » ('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 (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 1704 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 // Boolean specifying whether to automatically sync all data types (including 1715 // Boolean specifying whether to automatically sync all data types (including
1716 // future ones, as they're added). If this is true, the following preferences 1716 // future ones, as they're added). If this is true, the following preferences
1717 // (kSyncBookmarks, kSyncPasswords, etc.) can all be ignored. 1717 // (kSyncBookmarks, kSyncPasswords, etc.) can all be ignored.
1718 const char kSyncKeepEverythingSynced[] = "sync.keep_everything_synced"; 1718 const char kSyncKeepEverythingSynced[] = "sync.keep_everything_synced";
1719 1719
1720 // Booleans specifying whether the user has selected to sync the following 1720 // Booleans specifying whether the user has selected to sync the following
1721 // datatypes. 1721 // datatypes.
1722 const char kSyncBookmarks[] = "sync.bookmarks"; 1722 const char kSyncBookmarks[] = "sync.bookmarks";
1723 const char kSyncPasswords[] = "sync.passwords"; 1723 const char kSyncPasswords[] = "sync.passwords";
1724 const char kSyncPreferences[] = "sync.preferences"; 1724 const char kSyncPreferences[] = "sync.preferences";
1725 const char kSyncPriorityPreferences[] = "sync.priority_preferences";
1725 const char kSyncAppNotifications[] = "sync.app_notifications"; 1726 const char kSyncAppNotifications[] = "sync.app_notifications";
1726 const char kSyncAppSettings[] = "sync.app_settings"; 1727 const char kSyncAppSettings[] = "sync.app_settings";
1727 const char kSyncApps[] = "sync.apps"; 1728 const char kSyncApps[] = "sync.apps";
1728 const char kSyncAutofill[] = "sync.autofill"; 1729 const char kSyncAutofill[] = "sync.autofill";
1729 const char kSyncAutofillProfile[] = "sync.autofill_profile"; 1730 const char kSyncAutofillProfile[] = "sync.autofill_profile";
1730 const char kSyncThemes[] = "sync.themes"; 1731 const char kSyncThemes[] = "sync.themes";
1731 const char kSyncTypedUrls[] = "sync.typed_urls"; 1732 const char kSyncTypedUrls[] = "sync.typed_urls";
1732 const char kSyncExtensions[] = "sync.extensions"; 1733 const char kSyncExtensions[] = "sync.extensions";
1733 const char kSyncExtensionSettings[] = "sync.extension_settings"; 1734 const char kSyncExtensionSettings[] = "sync.extension_settings";
1734 const char kSyncSearchEngines[] = "sync.search_engines"; 1735 const char kSyncSearchEngines[] = "sync.search_engines";
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
2350 const char kRLZBrand[] = "rlz.brand"; 2351 const char kRLZBrand[] = "rlz.brand";
2351 // Whether RLZ pings are disabled. 2352 // Whether RLZ pings are disabled.
2352 const char kRLZDisabled[] = "rlz.disabled"; 2353 const char kRLZDisabled[] = "rlz.disabled";
2353 #endif 2354 #endif
2354 2355
2355 // The directory in user data dir that contains the profile to be used with the 2356 // The directory in user data dir that contains the profile to be used with the
2356 // app launcher. 2357 // app launcher.
2357 extern const char kAppListProfile[] = "app_list.profile"; 2358 extern const char kAppListProfile[] = "app_list.profile";
2358 2359
2359 } // namespace prefs 2360 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | components/user_prefs/pref_registry_syncable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698