| 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 | 8 |
| 9 namespace prefs { | 9 namespace prefs { |
| 10 | 10 |
| (...skipping 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1545 | 1545 |
| 1546 // Integer location of the horizontal split bar in the browser view. | 1546 // Integer location of the horizontal split bar in the browser view. |
| 1547 const char kDevToolsHSplitLocation[] = "devtools.split_location"; | 1547 const char kDevToolsHSplitLocation[] = "devtools.split_location"; |
| 1548 | 1548 |
| 1549 // Integer location of the vertical split bar in the browser view. | 1549 // Integer location of the vertical split bar in the browser view. |
| 1550 const char kDevToolsVSplitLocation[] = "devtools.v_split_location"; | 1550 const char kDevToolsVSplitLocation[] = "devtools.v_split_location"; |
| 1551 | 1551 |
| 1552 // Maps of files edited locally using DevTools. | 1552 // Maps of files edited locally using DevTools. |
| 1553 const char kDevToolsEditedFiles[] = "devtools.edited_files"; | 1553 const char kDevToolsEditedFiles[] = "devtools.edited_files"; |
| 1554 | 1554 |
| 1555 #if defined(OS_ANDROID) |
| 1556 // A boolean specifying whether a SPDY proxy is enabled. |
| 1557 const char kSpdyProxyEnabled[] = "spdy_proxy.enabled"; |
| 1558 #endif |
| 1559 |
| 1555 // 64-bit integer serialization of the base::Time when the last sync occurred. | 1560 // 64-bit integer serialization of the base::Time when the last sync occurred. |
| 1556 const char kSyncLastSyncedTime[] = "sync.last_synced_time"; | 1561 const char kSyncLastSyncedTime[] = "sync.last_synced_time"; |
| 1557 | 1562 |
| 1558 // Boolean specifying whether the user finished setting up sync. | 1563 // Boolean specifying whether the user finished setting up sync. |
| 1559 const char kSyncHasSetupCompleted[] = "sync.has_setup_completed"; | 1564 const char kSyncHasSetupCompleted[] = "sync.has_setup_completed"; |
| 1560 | 1565 |
| 1561 // Boolean specifying whether to automatically sync all data types (including | 1566 // Boolean specifying whether to automatically sync all data types (including |
| 1562 // future ones, as they're added). If this is true, the following preferences | 1567 // future ones, as they're added). If this is true, the following preferences |
| 1563 // (kSyncBookmarks, kSyncPasswords, etc.) can all be ignored. | 1568 // (kSyncBookmarks, kSyncPasswords, etc.) can all be ignored. |
| 1564 const char kSyncKeepEverythingSynced[] = "sync.keep_everything_synced"; | 1569 const char kSyncKeepEverythingSynced[] = "sync.keep_everything_synced"; |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1739 const char kEnableAuthNegotiatePort[] = "auth.enable_negotiate_port"; | 1744 const char kEnableAuthNegotiatePort[] = "auth.enable_negotiate_port"; |
| 1740 // Whitelist containing servers for which Integrated Authentication is enabled. | 1745 // Whitelist containing servers for which Integrated Authentication is enabled. |
| 1741 const char kAuthServerWhitelist[] = "auth.server_whitelist"; | 1746 const char kAuthServerWhitelist[] = "auth.server_whitelist"; |
| 1742 // Whitelist containing servers Chrome is allowed to do Kerberos delegation | 1747 // Whitelist containing servers Chrome is allowed to do Kerberos delegation |
| 1743 // with. | 1748 // with. |
| 1744 const char kAuthNegotiateDelegateWhitelist[] = | 1749 const char kAuthNegotiateDelegateWhitelist[] = |
| 1745 "auth.negotiate_delegate_whitelist"; | 1750 "auth.negotiate_delegate_whitelist"; |
| 1746 // String that specifies the name of a custom GSSAPI library to load. | 1751 // String that specifies the name of a custom GSSAPI library to load. |
| 1747 const char kGSSAPILibraryName[] = "auth.gssapi_library_name"; | 1752 const char kGSSAPILibraryName[] = "auth.gssapi_library_name"; |
| 1748 | 1753 |
| 1754 // String that specifies the origin allowed to use GoogleSpdyProxy |
| 1755 // authentication, if any. |
| 1756 const char kSpdyProxyOrigin[] = "auth.googlespdyproxy.origin"; |
| 1757 |
| 1749 // Boolean that specifies whether to allow basic auth prompting on cross- | 1758 // Boolean that specifies whether to allow basic auth prompting on cross- |
| 1750 // domain sub-content requests. | 1759 // domain sub-content requests. |
| 1751 const char kAllowCrossOriginAuthPrompt[] = "auth.allow_cross_origin_prompt"; | 1760 const char kAllowCrossOriginAuthPrompt[] = "auth.allow_cross_origin_prompt"; |
| 1752 | 1761 |
| 1753 #if defined(OS_CHROMEOS) | 1762 #if defined(OS_CHROMEOS) |
| 1754 // Dictionary for transient storage of settings that should go into device | 1763 // Dictionary for transient storage of settings that should go into device |
| 1755 // settings storage before owner has been assigned. | 1764 // settings storage before owner has been assigned. |
| 1756 const char kDeviceSettingsCache[] = "signed_settings_cache"; | 1765 const char kDeviceSettingsCache[] = "signed_settings_cache"; |
| 1757 | 1766 |
| 1758 // The hardware keyboard layout of the device. This should look like | 1767 // The hardware keyboard layout of the device. This should look like |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2026 | 2035 |
| 2027 // Counts how many more times the 'profile on a network share' warning should be | 2036 // Counts how many more times the 'profile on a network share' warning should be |
| 2028 // shown to the user before the next silence period. | 2037 // shown to the user before the next silence period. |
| 2029 const char kNetworkProfileWarningsLeft[] = "network_profile.warnings_left"; | 2038 const char kNetworkProfileWarningsLeft[] = "network_profile.warnings_left"; |
| 2030 // Tracks the time of the last shown warning. Used to reset | 2039 // Tracks the time of the last shown warning. Used to reset |
| 2031 // |network_profile.warnings_left| after a silence period. | 2040 // |network_profile.warnings_left| after a silence period. |
| 2032 const char kNetworkProfileLastWarningTime[] = | 2041 const char kNetworkProfileLastWarningTime[] = |
| 2033 "network_profile.last_warning_time"; | 2042 "network_profile.last_warning_time"; |
| 2034 | 2043 |
| 2035 } // namespace prefs | 2044 } // namespace prefs |
| OLD | NEW |