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

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

Issue 11445002: Sync user's custom spellcheck dictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge master Created 7 years, 11 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/common/spellcheck_common.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 8
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 1678 matching lines...) Expand 10 before | Expand all | Expand 10 after
1689 const char kSyncAutofill[] = "sync.autofill"; 1689 const char kSyncAutofill[] = "sync.autofill";
1690 const char kSyncAutofillProfile[] = "sync.autofill_profile"; 1690 const char kSyncAutofillProfile[] = "sync.autofill_profile";
1691 const char kSyncThemes[] = "sync.themes"; 1691 const char kSyncThemes[] = "sync.themes";
1692 const char kSyncTypedUrls[] = "sync.typed_urls"; 1692 const char kSyncTypedUrls[] = "sync.typed_urls";
1693 const char kSyncExtensions[] = "sync.extensions"; 1693 const char kSyncExtensions[] = "sync.extensions";
1694 const char kSyncExtensionSettings[] = "sync.extension_settings"; 1694 const char kSyncExtensionSettings[] = "sync.extension_settings";
1695 const char kSyncSearchEngines[] = "sync.search_engines"; 1695 const char kSyncSearchEngines[] = "sync.search_engines";
1696 const char kSyncSessions[] = "sync.sessions"; 1696 const char kSyncSessions[] = "sync.sessions";
1697 const char kSyncHistoryDeleteDirectives[] = "sync.history_delete_directives"; 1697 const char kSyncHistoryDeleteDirectives[] = "sync.history_delete_directives";
1698 const char kSyncSyncedNotifications[] = "sync.synced_notifications"; 1698 const char kSyncSyncedNotifications[] = "sync.synced_notifications";
1699 const char kSyncDictionary[] = "sync.dictionary";
1699 1700
1700 // Boolean used by enterprise configuration management in order to lock down 1701 // Boolean used by enterprise configuration management in order to lock down
1701 // sync. 1702 // sync.
1702 const char kSyncManaged[] = "sync.managed"; 1703 const char kSyncManaged[] = "sync.managed";
1703 1704
1704 // Boolean to prevent sync from automatically starting up. This is 1705 // Boolean to prevent sync from automatically starting up. This is
1705 // used when sync is disabled by the user via the privacy dashboard. 1706 // used when sync is disabled by the user via the privacy dashboard.
1706 const char kSyncSuppressStart[] = "sync.suppress_start"; 1707 const char kSyncSuppressStart[] = "sync.suppress_start";
1707 1708
1708 // List of the currently acknowledged set of sync types, used to figure out 1709 // List of the currently acknowledged set of sync types, used to figure out
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
2229 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update"; 2230 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update";
2230 2231
2231 #if defined(OS_CHROMEOS) 2232 #if defined(OS_CHROMEOS)
2232 // The RLZ brand code, if enabled. 2233 // The RLZ brand code, if enabled.
2233 const char kRLZBrand[] = "rlz.brand"; 2234 const char kRLZBrand[] = "rlz.brand";
2234 // Whether RLZ pings are disabled. 2235 // Whether RLZ pings are disabled.
2235 const char kRLZDisabled[] = "rlz.disabled"; 2236 const char kRLZDisabled[] = "rlz.disabled";
2236 #endif 2237 #endif
2237 2238
2238 } // namespace prefs 2239 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/common/spellcheck_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698