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

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

Issue 7669052: Added DataTypeController integration and UI surfacing for syncing Search Engines. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fixed notification registration. Created 9 years, 3 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') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 1339 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 // datatypes. 1350 // datatypes.
1351 const char kSyncBookmarks[] = "sync.bookmarks"; 1351 const char kSyncBookmarks[] = "sync.bookmarks";
1352 const char kSyncPasswords[] = "sync.passwords"; 1352 const char kSyncPasswords[] = "sync.passwords";
1353 const char kSyncPreferences[] = "sync.preferences"; 1353 const char kSyncPreferences[] = "sync.preferences";
1354 const char kSyncApps[] = "sync.apps"; 1354 const char kSyncApps[] = "sync.apps";
1355 const char kSyncAutofill[] = "sync.autofill"; 1355 const char kSyncAutofill[] = "sync.autofill";
1356 const char kSyncAutofillProfile[] = "sync.autofill_profile"; 1356 const char kSyncAutofillProfile[] = "sync.autofill_profile";
1357 const char kSyncThemes[] = "sync.themes"; 1357 const char kSyncThemes[] = "sync.themes";
1358 const char kSyncTypedUrls[] = "sync.typed_urls"; 1358 const char kSyncTypedUrls[] = "sync.typed_urls";
1359 const char kSyncExtensions[] = "sync.extensions"; 1359 const char kSyncExtensions[] = "sync.extensions";
1360 const char kSyncSearchEngines[] = "sync.search_engines";
1360 const char kSyncSessions[] = "sync.sessions"; 1361 const char kSyncSessions[] = "sync.sessions";
1361 1362
1362 // Boolean used by enterprise configuration management in order to lock down 1363 // Boolean used by enterprise configuration management in order to lock down
1363 // sync. 1364 // sync.
1364 const char kSyncManaged[] = "sync.managed"; 1365 const char kSyncManaged[] = "sync.managed";
1365 1366
1366 // Boolean to prevent sync from automatically starting up. This is 1367 // Boolean to prevent sync from automatically starting up. This is
1367 // used when sync is disabled by the user via the privacy dashboard. 1368 // used when sync is disabled by the user via the privacy dashboard.
1368 const char kSyncSuppressStart[] = "sync.suppress_start"; 1369 const char kSyncSuppressStart[] = "sync.suppress_start";
1369 1370
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
1574 // specified. 1575 // specified.
1575 const char kCustomHandlersEnabled[] = "custom_handlers.enabled"; 1576 const char kCustomHandlersEnabled[] = "custom_handlers.enabled";
1576 1577
1577 // Integers that specify the policy refresh rate for device- and user-policy in 1578 // Integers that specify the policy refresh rate for device- and user-policy in
1578 // milliseconds. Not all values are meaningful, so it is clamped to a sane range 1579 // milliseconds. Not all values are meaningful, so it is clamped to a sane range
1579 // by the cloud policy subsystem. 1580 // by the cloud policy subsystem.
1580 const char kDevicePolicyRefreshRate[] = "policy.device_refresh_rate"; 1581 const char kDevicePolicyRefreshRate[] = "policy.device_refresh_rate";
1581 const char kUserPolicyRefreshRate[] = "policy.user_refresh_rate"; 1582 const char kUserPolicyRefreshRate[] = "policy.user_refresh_rate";
1582 1583
1583 } // namespace prefs 1584 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698